mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes a floor thing (#21962)
This commit is contained in:
@@ -414,8 +414,9 @@
|
||||
to_chat(cyborg, "<span class='notice'>The floor buffer is now [cyborg.floorbuffer ? "active" : "deactivated"].</span>")
|
||||
|
||||
/obj/item/borg/upgrade/floorbuffer/Destroy()
|
||||
cyborg.floorbuffer = FALSE
|
||||
cyborg = null
|
||||
if(cyborg)
|
||||
cyborg.floorbuffer = FALSE
|
||||
cyborg = null
|
||||
return ..()
|
||||
|
||||
/obj/item/borg/upgrade/bluespace_trash_bag
|
||||
|
||||
Reference in New Issue
Block a user