mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
final revision
This commit is contained in:
@@ -306,7 +306,7 @@
|
|||||||
belt = /obj/item/weapon/gun/projectile/automatic/pistol
|
belt = /obj/item/weapon/gun/projectile/automatic/pistol
|
||||||
backpack_contents = list(/obj/item/weapon/storage/box/engineer=1)
|
backpack_contents = list(/obj/item/weapon/storage/box/engineer=1)
|
||||||
|
|
||||||
var/tc = 20
|
var/tc = 30
|
||||||
|
|
||||||
/datum/outfit/syndicate/no_crystals
|
/datum/outfit/syndicate/no_crystals
|
||||||
tc = 0
|
tc = 0
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ var/list/world_uplinks = list()
|
|||||||
/obj/item/device/radio/uplink/New()
|
/obj/item/device/radio/uplink/New()
|
||||||
hidden_uplink = new(src)
|
hidden_uplink = new(src)
|
||||||
icon_state = "radio"
|
icon_state = "radio"
|
||||||
hidden_uplink.uses = 30
|
hidden_uplink.uses = 20
|
||||||
|
|
||||||
/obj/item/device/radio/uplink/attack_self(mob/user)
|
/obj/item/device/radio/uplink/attack_self(mob/user)
|
||||||
if(hidden_uplink)
|
if(hidden_uplink)
|
||||||
|
|||||||
Reference in New Issue
Block a user