mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Adds the Statue - A hostile mob, that moves only when you don't see it (#5108)
* Statue * Statue done! * Testing map removed * Grammar fix + ignoring creator * Fixed typos, change range to oview, thanks to Atermonera * made changes that I missed * Nightvision handling * diverse blind messages + requested changes * Bugfixes, added isSynthetic to bots * commentaries + PoI * Finalized POI and statue * removed misclick
This commit is contained in:
@@ -51,4 +51,15 @@
|
||||
|
||||
/obj/item/poi/brokenoldreactor/Destroy()
|
||||
processing_objects -= src
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
|
||||
//Crashed Cargo Shuttle PoI
|
||||
|
||||
/obj/structure/largecrate/animal/crashedshuttle
|
||||
name = "SCP"
|
||||
/obj/structure/largecrate/animal/crashedshuttle/New()
|
||||
held_type = pick(/mob/living/simple_animal/hostile/statue, /obj/item/cursed_marble)
|
||||
name = pick("Spicy Crust Pizzeria", "Soap and Care Products", "Sally's Computer Parts", "Steve's Chocolate Pastries", "Smith & Christian's Plastics","Standard Containers & Packaging Co.", "Sanitary Chemical Purgation (LTD)")
|
||||
name += " delivery crate"
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user