mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[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:
@@ -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. \
|
||||
|
||||
Reference in New Issue
Block a user