mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
Big update
- Fixes spiders (I hope?) - Spiders now spawn in groups of 2-8, growing up should be fixed as well. - Christmas-ifies all the maps - Minor tweaks all around the stations - Cleans up the map for central (a lot) - Adds a new mob to the spawn list in the mines - Fixes some minor shadekin issues - Fixes it so borgs/AI can't understand gutter - Modifies the timing of the radiation storm - Hopefully fixes the cargo request event. No more buggy gas mixtures. - Adds a flamboyant crate - A bunch of other stuff.
This commit is contained in:
@@ -257,6 +257,13 @@
|
||||
icon_opened = "trashcartopen"
|
||||
icon_closed = "trashcart"
|
||||
|
||||
/obj/structure/closet/crate/gaycrate
|
||||
name = "rainbow crate"
|
||||
desc = "It hurts to look at."
|
||||
icon_state = "rainbowcrate"
|
||||
icon_opened = "rainbowcrate_open"
|
||||
icon_closed = "rainbowcrate"
|
||||
|
||||
/*these aren't needed anymore
|
||||
/obj/structure/closet/crate/hat
|
||||
desc = "A crate filled with Valuable Collector's Hats!."
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/obj/structure/fluff/drake_statue //A neat Ash Drake statue ported over from TG station. - Ignus
|
||||
name = "drake statue"
|
||||
desc = "A towering basalt sculpture of a proud and regal drake. Its eyes are six glowing gemstones."
|
||||
icon = 'icons/obj/64x64.dmi'
|
||||
icon_state = "dragon_statue"
|
||||
pixel_x = -16
|
||||
density = TRUE
|
||||
// deconstructible = FALSE
|
||||
layer = OBJ_LAYER
|
||||
Reference in New Issue
Block a user