mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Improves the admin room (#24434)
* Dual wielding instakill rifles is bad * Removes the airlock entirely * Scopecreep? Never heard of it. * whoops * y u no compile on github * test * Does this break? * Goood? * I fix yes? * Please pass unit tests * All the cool kids use implants these days * Roundstart uplinks are too hard. Have a chainsaw instead. * sigh * Hopefully this won't break everyrything * That error has to be a fluke, it's completely unrelated
This commit is contained in:
@@ -17,7 +17,7 @@ GLOBAL_LIST_EMPTY(world_uplinks)
|
||||
var/list/uplink_items
|
||||
|
||||
var/purchase_log = ""
|
||||
var/uplink_owner = null//text-only
|
||||
var/uplink_owner = null //text-only
|
||||
var/used_TC = 0
|
||||
|
||||
var/job = null
|
||||
@@ -36,7 +36,7 @@ GLOBAL_LIST_EMPTY(world_uplinks)
|
||||
|
||||
/obj/item/uplink/New()
|
||||
..()
|
||||
uses = SSticker.mode.uplink_uses
|
||||
uses = 100
|
||||
uplink_items = get_uplink_items(src)
|
||||
|
||||
GLOB.world_uplinks += src
|
||||
|
||||
Reference in New Issue
Block a user