mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Nerfs blobs (#20947)
* nerfs the blob * we're already doing that gosh this code is old
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
qdel(cc)
|
||||
client_colours = null
|
||||
ghostize()
|
||||
return ..()
|
||||
..()
|
||||
return QDEL_HINT_HARDDEL
|
||||
|
||||
var/next_mob_id = 0
|
||||
/mob/New()
|
||||
|
||||
Reference in New Issue
Block a user