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:
Daylight
2024-03-21 21:02:23 +00:00
committed by GitHub
parent 04011d8e43
commit 98ccd2030f
3 changed files with 223 additions and 176 deletions
+2 -2
View File
@@ -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