mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #13734 from KorPhaeron/reinforcements
Allows nuke ops to purchase reinforcements
This commit is contained in:
@@ -175,8 +175,8 @@ var/list/world_uplinks = list()
|
||||
return 0
|
||||
//Refund proc for the borg teleporter (later I'll make a general refund proc if there is demand for it)
|
||||
/obj/item/device/radio/uplink/attackby(obj/item/weapon/W, mob/user, params)
|
||||
if(istype(W, /obj/item/weapon/antag_spawner/borg_tele))
|
||||
var/obj/item/weapon/antag_spawner/borg_tele/S = W
|
||||
if(istype(W, /obj/item/weapon/antag_spawner/nuke_ops))
|
||||
var/obj/item/weapon/antag_spawner/nuke_ops/S = W
|
||||
if(!S.used)
|
||||
hidden_uplink.uses += S.TC_cost
|
||||
qdel(S)
|
||||
|
||||
Reference in New Issue
Block a user