mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Adds improvised shrapnel grenades (#10392)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user