mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-12 14:11:17 +00:00
jfc
This commit is contained in:
@@ -111,7 +111,7 @@ var/list/blob_cores = list()
|
||||
overlays += blob_overlay
|
||||
overlays += mutable_appearance('icons/mob/blob.dmi', "blob_core_overlay")
|
||||
|
||||
/obj/structure/blob/core/process()
|
||||
/obj/structure/blob/core/process(delta_time)
|
||||
set waitfor = FALSE
|
||||
if(QDELETED(src))
|
||||
return
|
||||
@@ -183,4 +183,4 @@ var/list/blob_cores = list()
|
||||
if(initial(BT.difficulty) > difficulty_threshold)
|
||||
continue
|
||||
valid_types += BT
|
||||
return pick(valid_types)
|
||||
return pick(valid_types)
|
||||
|
||||
Reference in New Issue
Block a user