mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Nuke Ops Uplink Fix
This commit is contained in:
@@ -755,7 +755,7 @@ var/list/uplink_items = list()
|
||||
desc = "A crate containing 50 telecrystals worth of random syndicate leftovers."
|
||||
cost = 20
|
||||
item = /obj/item/weapon/storage/box/syndicate
|
||||
excludefrom = list(/datum/game_mode/nuclear)
|
||||
excludefrom = list("nuclear emergency")
|
||||
|
||||
/datum/uplink_item/badass/surplus_crate/spawn_item(turf/loc, obj/item/device/uplink/U)
|
||||
var/obj/structure/closet/crate/C = new(loc)
|
||||
|
||||
Reference in New Issue
Block a user