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:
drexample
2018-05-15 01:21:04 +03:00
committed by Atermonera
parent 48c30ec026
commit 5d73584fa3
10 changed files with 618 additions and 4 deletions

View File

@@ -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"
..()