Prep for map updates

This commit is contained in:
Aronai Sieyes
2020-05-31 12:39:39 -04:00
parent 7d69c69f14
commit 7c4428d697
3 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ vchat.db*
*.dmb *.dmb
*.lk *.lk
*.backup *.backup
*.before
*.pyc *.pyc
data/ data/
cfg/ cfg/

View File

@@ -478,3 +478,8 @@
dump_contents() dump_contents()
spawn(1) qdel(src) spawn(1) qdel(src)
return 1 return 1
// Just a generic cabinet for mappers to use
/obj/structure/closet/cabinet
name = "cabinet"
closet_appearance = /decl/closet_appearance/cabinet

View File

@@ -238,16 +238,10 @@
/obj/structure/closet/crate/hat /obj/structure/closet/crate/hat
desc = "A crate filled with Valuable Collector's Hats!." desc = "A crate filled with Valuable Collector's Hats!."
name = "Hat Crate" name = "Hat Crate"
icon_state = "crate"
icon_opened = "crateopen"
icon_closed = "crate"
/obj/structure/closet/crate/contraband /obj/structure/closet/crate/contraband
name = "Poster crate" name = "Poster crate"
desc = "A random assortment of posters manufactured by providers NOT listed under NanoTrasen's whitelist." desc = "A random assortment of posters manufactured by providers NOT listed under NanoTrasen's whitelist."
icon_state = "crate"
icon_opened = "crateopen"
icon_closed = "crate"
*/ */
/obj/structure/closet/crate/medical /obj/structure/closet/crate/medical