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:
Matt Atlas
2023-04-10 00:08:48 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 2e61f40649
commit ab5d39db19
68 changed files with 490 additions and 175 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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