mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Laser and Carbine Dangerous Weapons (#11780)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added laser rifles and energy carbines to the dangerous weapons uplink."
|
||||
Reference in New Issue
Block a user