mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Ports SStyping from Nebula. (#16169)
* Ports SStyping from Nebula. * the spook * a * fix * bring the fanfare to its knees * add a speech bubble type pref --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
/obj/structure/pit/closed/hidden/open()
|
||||
..()
|
||||
invisibility = INVISIBILITY_LEVEL_ONE
|
||||
set_invisibility(INVISIBILITY_LEVEL_ONE)
|
||||
|
||||
|
||||
//buried land mines
|
||||
@@ -135,7 +135,7 @@
|
||||
|
||||
/obj/structure/pit/landmine/hidden/open()
|
||||
..()
|
||||
invisibility = INVISIBILITY_LEVEL_ONE
|
||||
set_invisibility(INVISIBILITY_LEVEL_ONE)
|
||||
|
||||
//spoooky
|
||||
/obj/structure/pit/closed/grave
|
||||
|
||||
@@ -275,7 +275,7 @@ FLOOR SAFES
|
||||
update_icon()
|
||||
|
||||
/obj/structure/safe/floor/hide(var/intact)
|
||||
invisibility = intact ? 101 : 0
|
||||
set_invisibility(intact ? 101 : 0)
|
||||
|
||||
/obj/structure/safe/floor/hides_under_flooring()
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user