NT to GT - comments
- added GS13 comments to wherever NT was changed into GT
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
/datum/blackmarket_item/clothing/full_spacesuit_set/spawn_item(loc)
|
||||
var/obj/item/storage/box/B = ..()
|
||||
B.name = "Spacesuit Box"
|
||||
B.desc = "It has a GT logo on it."
|
||||
B.desc = "It has a GT logo on it." //GS13 - NT to GT
|
||||
new /obj/item/clothing/suit/space(B)
|
||||
new /obj/item/clothing/head/helmet/space(B)
|
||||
return B
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
/obj/machinery/ltsrbt
|
||||
name = "Long-To-Short-Range-Bluespace-Transciever"
|
||||
desc = "The LTSRBT is a compact teleportation machine for recieving and sending items outside the station and inside the station.\nUsing teleportation frequencies stolen from GT it is near undetectable.\nEssential for any illegal market operations on GT stations.\n"
|
||||
desc = "The LTSRBT is a compact teleportation machine for recieving and sending items outside the station and inside the station.\nUsing teleportation frequencies stolen from GT it is near undetectable.\nEssential for any illegal market operations on GT stations.\n" //GS13 - NT to GT
|
||||
icon_state = "exonet_node"
|
||||
circuit = /obj/item/circuitboard/machine/ltsrbt
|
||||
density = TRUE
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
|
||||
/datum/bounty/item/assistant/metalshields
|
||||
name = "Metal Shields" //I didnt realise how much work it was to make these, you need 2 Cloth, 3 Leather, Tools, 10 Metal, and a Cable Coil Stack for each one.
|
||||
description = "GT is testing the effects of electricity on clowns wielding metal shields. We have clowns, and we have electricity. Send us the shields."
|
||||
description = "GT is testing the effects of electricity on clowns wielding metal shields. We have clowns, and we have electricity. Send us the shields." //GS13 - NT to GT
|
||||
reward = 3000
|
||||
required_count = 2
|
||||
wanted_types = list(/obj/item/shield/makeshift)
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
|
||||
/datum/supply_pack/emergency/mre
|
||||
name = "MRE Packs (Emergency Rations)"
|
||||
desc = "The lights are out. Oxygen's running low. You've run out of food except space weevils. Don't let this be you! Order our GT branded MRE kits today! This pack contains 5 MRE packs with a randomized menu and an oxygen tank."
|
||||
desc = "The lights are out. Oxygen's running low. You've run out of food except space weevils. Don't let this be you! Order our GT branded MRE kits today! This pack contains 5 MRE packs with a randomized menu and an oxygen tank." //GS13 - NT to GT
|
||||
cost = 2000
|
||||
contains = list(/obj/item/storage/box/mre/menu1/safe,
|
||||
/obj/item/storage/box/mre/menu1/safe,
|
||||
|
||||
@@ -91,8 +91,8 @@
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
|
||||
/datum/supply_pack/engineering/inducers
|
||||
name = "GT-75 Electromagnetic Power Inducers Crate"
|
||||
desc = "No rechargers? No problem, with the GT-75 EPI, you can recharge any standard cell-based equipment anytime, anywhere. Contains two Inducers."
|
||||
name = "GT-75 Electromagnetic Power Inducers Crate" //GS13 - NT to GT
|
||||
desc = "No rechargers? No problem, with the GT-75 EPI, you can recharge any standard cell-based equipment anytime, anywhere. Contains two Inducers." //GS13 - NT to GT
|
||||
cost = 2300
|
||||
contains = list(/obj/item/inducer/sci/supply, /obj/item/inducer/sci/supply)
|
||||
crate_name = "inducer crate"
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
|
||||
/datum/supply_pack/science/rped
|
||||
name = "RPED crate"
|
||||
desc = "Need to rebuild the ORM but science got annihilated after a bomb test? Buy this for the most advanced parts GT can give you."
|
||||
desc = "Need to rebuild the ORM but science got annihilated after a bomb test? Buy this for the most advanced parts GT can give you." //GS13 - NT to GT
|
||||
cost = 1500
|
||||
contains = list(/obj/item/storage/part_replacer/cargo)
|
||||
crate_name = "\improper RPED crate"
|
||||
|
||||
Reference in New Issue
Block a user