mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Janiborgs can no longer clean while dead (#13818)
* janiborg clean * whoops * foxMcFix
This commit is contained in:
@@ -1150,7 +1150,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
if(module)
|
||||
if(module.type == /obj/item/robot_module/janitor)
|
||||
var/turf/tile = loc
|
||||
if(isturf(tile))
|
||||
if(stat != DEAD && isturf(tile))
|
||||
var/floor_only = TRUE
|
||||
for(var/A in tile)
|
||||
if(istype(A, /obj/effect))
|
||||
|
||||
Reference in New Issue
Block a user