Janitorial Hologram Cleaning Fix (#8569)

This commit is contained in:
Geeves
2020-04-02 00:59:34 +02:00
committed by GitHub
parent 98dd2fadbc
commit a1b699bba5
4 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
/obj/effect/overlay
name = "overlay"
unacidable = 1
var/i_attached//Added for possible image attachments to objects. For hallucinations and the like.
var/i_attached //Added for possible image attachments to objects. For hallucinations and the like.
var/no_clean = FALSE // Prevents janitorial cyborgs from cleaning this effect
/obj/effect/overlay/Destroy()
i_attached = null