mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] move invisibility to defines (#10787)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
a01b8efc9e
commit
94940d84ab
@@ -11,7 +11,7 @@
|
||||
density = FALSE
|
||||
ghost_query_type = /datum/ghost_query/stowaway
|
||||
anchored = TRUE
|
||||
invisibility = 60
|
||||
invisibility = INVISIBILITY_OBSERVER
|
||||
|
||||
var/occupant_type = "stowaway"
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ FLOOR SAFES
|
||||
update_icon()
|
||||
|
||||
/obj/structure/safe/floor/hide(var/intact)
|
||||
invisibility = intact ? 101 : 0
|
||||
invisibility = intact ? INVISIBILITY_ABSTRACT : INVISIBILITY_NONE
|
||||
|
||||
/obj/structure/safe/floor/hides_under_flooring()
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user