Laser and Carbine Dangerous Weapons (#11780)

This commit is contained in:
Geeves
2021-05-01 16:48:19 +02:00
committed by GitHub
parent 403d5137b2
commit edc5977d3e
2 changed files with 16 additions and 0 deletions
@@ -99,6 +99,16 @@
item_cost = 9
path = /obj/item/gun/projectile/plasma
/datum/uplink_item/item/visible_weapons/laser_rifle
name = "Laser Rifle"
item_cost = 8
path = /obj/item/gun/energy/rifle/laser
/datum/uplink_item/item/visible_weapons/energy_carbine
name = "Energy Carbine"
item_cost = 6
path = /obj/item/gun/energy/gun
/datum/uplink_item/item/visible_weapons/icelance
name = "Icelance Rifle"
item_cost = 3
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Added laser rifles and energy carbines to the dangerous weapons uplink."