mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
Fixes refund with strong blob spawned near Core
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
continue
|
||||
var/obj/structure/blob/normal/B = locate() in get_step(src, b_dir)
|
||||
if(B)
|
||||
B.change_to(/obj/structure/blob/shield)
|
||||
B.change_to(/obj/structure/blob/shield/core)
|
||||
if(B && overmind)
|
||||
B.color = overmind.blob_reagent_datum.color
|
||||
else
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
point_return = 4
|
||||
var/maxHealth = 75
|
||||
|
||||
/obj/structure/blob/shield/core
|
||||
point_return = 0
|
||||
|
||||
/obj/structure/blob/shield/update_icon()
|
||||
if(health <= 0)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user