mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Adds ion pistol to uplink, allows holstering
This commit is contained in:
@@ -100,6 +100,11 @@
|
||||
item_cost = 40
|
||||
path = /obj/item/weapon/gun/energy/ionrifle
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/ionpistol
|
||||
name = "Ion Pistol"
|
||||
item_cost = 25
|
||||
path = /obj/item/weapon/gun/energy/ionrifle/pistol
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/xray
|
||||
name = "Xray Gun"
|
||||
item_cost = 85
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
item_state = null
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
force = 5
|
||||
slot_flags = SLOT_BELT
|
||||
slot_flags = SLOT_HOLSTER
|
||||
charge_cost = 480
|
||||
projectile_type = /obj/item/projectile/ion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user