Gadgets & Gizmos (#7786)

* Adds various objects for explorers / antagonists.

* T A G S

* Mend
This commit is contained in:
Mechoid
2021-01-14 21:53:39 -09:00
committed by GitHub
parent 816cb06f75
commit bd9f63a97a
25 changed files with 872 additions and 110 deletions
@@ -97,6 +97,8 @@
/obj/item/weapon/material/proc/check_health(var/consumed)
if(health<=0)
health = 0
if(fragile)
shatter(consumed)
else if(!dulled && can_dull)