Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
Loading...
Searching...
No Matches
TraitToolRangeSling.cs
Go to the documentation of this file.
2{
4
5 public override bool AutoRefillAmmo => true;
6
7 public override bool IsAmmo(Thing t)
8 {
9 return t.id == "stone";
10 }
11}
ElementContainerCard elements
Definition: Card.cs:41
Element GetOrCreateElement(Element ele)
Definition: Thing.cs:8
override bool AutoRefillAmmo
override bool IsAmmo(Thing t)
override Element WeaponSkill
Card owner
Definition: Trait.cs:27