Adds improvised shrapnel grenades (#10392)

This commit is contained in:
Hockaa
2020-11-04 11:17:37 +01:00
committed by GitHub
parent 43b96efae2
commit c745a6f6b5
10 changed files with 304 additions and 16 deletions
@@ -1019,7 +1019,7 @@
/mob/living/silicon/robot/proc/self_destruct()
density = FALSE
fragem(src, 50, 100, 2, 1, 5, 1, 0)
fragem(src, 50, 100, 2, 1, 5, 1, FALSE)
gib()
/mob/living/silicon/robot/update_canmove() // to fix lockdown issues w/ chairs
@@ -121,7 +121,7 @@
burst()
/mob/living/simple_animal/hostile/hivebot/bomber/proc/burst()
fragem(src,10,30,2,3,5,1,0)
fragem(src,10,30,2,3,5,1,FALSE)
src.gib()
/mob/living/simple_animal/hostile/hivebot/range