Roundstart blob removal attempt 3 (#20403)

This commit is contained in:
GDN
2023-03-23 06:27:22 -05:00
committed by GitHub
parent 5c9d20f65f
commit 22efb88e45
22 changed files with 102 additions and 361 deletions

View File

@@ -0,0 +1,16 @@
/obj/structure/blob/storage
name = "storage blob"
icon = 'icons/mob/blob.dmi'
icon_state = "blob_resource"
max_integrity = 30
fire_resist = 2
point_return = 12
/obj/structure/blob/storage/obj_destruction(damage_flag)
if(overmind)
overmind.max_blob_points -= 50
..()
/obj/structure/blob/storage/proc/update_max_blob_points(new_point_increase)
if(overmind)
overmind.max_blob_points += new_point_increase