Fixes golem shells breaking spawners menu (#32342)
This commit is contained in:
committed by
CitadelStationBot
parent
910e6b6396
commit
bd42e162c5
@@ -40,6 +40,8 @@
|
||||
|
||||
var/spawner_ref = pick(GLOB.mob_spawners[params["name"]])
|
||||
var/obj/effect/mob_spawn/MS = locate(spawner_ref) in GLOB.poi_list
|
||||
if(!MS)
|
||||
return
|
||||
|
||||
switch(action)
|
||||
if("jump")
|
||||
|
||||
Reference in New Issue
Block a user