Nerfs blobs (#20947)

* nerfs the blob

* we're already doing that gosh this code is old
This commit is contained in:
Joan Lung
2016-10-15 17:59:13 +02:00
committed by AnturK
parent 7027568fee
commit 973e5c4012
5 changed files with 12 additions and 16 deletions
+1 -2
View File
@@ -37,9 +37,8 @@
qdel(I)
staticOverlays.len = 0
remove_from_all_data_huds()
..()
return QDEL_HINT_HARDDEL
return ..()
/mob/living/proc/OpenCraftingMenu()
@@ -152,14 +152,11 @@
/mob/living/silicon/robot/blob_act(obj/structure/blob/B)
if (stat != 2)
adjustBruteLoss(60)
updatehealth()
return 1
if(stat != DEAD)
adjustBruteLoss(30)
else
gib()
return 1
return 0
return TRUE
/mob/living/silicon/robot/ex_act(severity, target)
switch(severity)
+2 -1
View File
@@ -16,7 +16,8 @@
qdel(cc)
client_colours = null
ghostize()
return ..()
..()
return QDEL_HINT_HARDDEL
var/next_mob_id = 0
/mob/New()