mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Dead Ringer + PoI (#5317)
* fixed photos * Revert "fixed photos" What was I thinking? * Added stopwatch, deadringer, cultist mob and PoIs for them. Made simplemobs ignore invisible people. * Organ deletion fix. * Test * projectile fix + time adjustment * initialize crate change * Changed cultists into semi-transparent ghost people * Removed Stopwatch for a separate PR * Removed stopwatch trace * removed cultists from dme * Removed Stopwatch PoI * Clean up unused files / stopwatch addition * Replaced sounds with stock ones from freesound.org Removed icon modifications Grammar fix Removed unused sound files * PoI tweaked * Removed unused area
This commit is contained in:
@@ -52,8 +52,9 @@
|
||||
|
||||
/obj/structure/largecrate/animal/crashedshuttle
|
||||
name = "SCP"
|
||||
|
||||
/obj/structure/largecrate/animal/crashedshuttle/initialize()
|
||||
starts_with = pick(/mob/living/simple_animal/hostile/statue, /obj/item/cursed_marble)
|
||||
starts_with = pick(/mob/living/simple_animal/hostile/statue, /obj/item/cursed_marble, /obj/item/weapon/deadringer)
|
||||
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"
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user