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
|
||||
|
||||
Reference in New Issue
Block a user