[MIRROR] Deletes a unused spookoween file and the related sound folder. Saves a few features off of it. [MDB IGNORE] (#9242)

* Deletes unused spookoween file and the related sound folder. Saves what can be saved. (#62518)

* Deletes a unused spookoween file and the related sound folder. Saves a few features off of it.

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-04 07:09:27 -04:00
committed by GitHub
co-authored by Ghom
parent 5e306820ae
commit 8fe6b675fe
18 changed files with 39 additions and 281 deletions
+12
View File
@@ -612,6 +612,12 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
surplus = 50
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)
/datum/uplink_item/stealthy_weapons/crossbow/New()
. = ..()
if(SSevents.holidays?[HALLOWEEN])
item = /obj/item/gun/energy/kinetic_accelerator/crossbow/halloween
desc += " Happy Halloween!"
/datum/uplink_item/stealthy_weapons/origami_kit
name = "Boxed Origami Kit"
desc = "This box contains a guide on how to craft masterful works of origami, allowing you to transform normal pieces of paper into \
@@ -1393,6 +1399,12 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/card/emag
cost = 4
/datum/uplink_item/device_tools/emag/New()
. = ..()
if(SSevents.holidays?[HALLOWEEN])
item = /obj/item/card/emag/halloween
desc += " This one is fitted to support the Halloween season. Candle not included."
/datum/uplink_item/device_tools/syndie_jaws_of_life
name = "Syndicate Jaws of Life"
desc = "Based on a Nanotrasen model, this powerful tool can be used as both a crowbar and a pair of wirecutters. \