mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
WIP vaults
modify all the maps, replace restaurant with icecream truck add rewards to ice cream truck and satelite, defines fix maps remove cursed satelite of doom Add hivebot factory to replace haunted satelite. Fix minimaps for good maploader lighting woops Adds clown base remove exclamation marks nerd Adds a ruined R-UST vault. Remove vaults from z1, fix hivebot factory
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
icon_opened = "chestopen"
|
||||
icon_closed = "chest"
|
||||
|
||||
/obj/structure/closet/crate/chest/potential_mimic/New()
|
||||
..()
|
||||
|
||||
if(prob(33))
|
||||
var/mob/living/simple_animal/hostile/mimic/crate/chest/C = new(src.loc)
|
||||
forceMove(C)
|
||||
|
||||
/*these aren't needed anymore
|
||||
/obj/structure/closet/crate/hat
|
||||
desc = "A crate filled with Valuable Collector's Hats!."
|
||||
|
||||
Reference in New Issue
Block a user