Game folder

This commit is contained in:
Poojawa
2018-09-11 04:06:45 -05:00
parent b6430559e9
commit 8b9ef1e400
270 changed files with 3120 additions and 2523 deletions
@@ -23,9 +23,10 @@
add_overlay("securecrateg")
/obj/structure/closet/crate/secure/take_damage(damage_amount, damage_type = BRUTE, damage_flag = 0, sound_effect = 1)
if(prob(tamperproof))
if(prob(tamperproof) && damage_amount >= DAMAGE_PRECISION)
boom()
..()
else
..()
/obj/structure/closet/crate/secure/proc/boom(mob/user)