mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
powder that makes you say yes
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
charge_cost = 480 //to compensate a bit for self-recharging
|
charge_cost = 480 //to compensate a bit for self-recharging
|
||||||
cell_type = /obj/item/weapon/cell/device/weapon/recharge/captain
|
cell_type = /obj/item/weapon/cell/device/weapon/recharge/captain
|
||||||
battery_lock = 1
|
battery_lock = 1
|
||||||
var/remainingshots = 0 //you may get a limited number of shots regardless of the charge
|
/* var/remainingshots = 0 //you may get a limited number of shots regardless of the charge //CHOMPedit: no
|
||||||
var/failurechance = 0 //chance per shot of something going awry
|
var/failurechance = 0 //chance per shot of something going awry
|
||||||
|
|
||||||
/obj/item/weapon/gun/energy/captain/Initialize()
|
/obj/item/weapon/gun/energy/captain/Initialize()
|
||||||
@@ -248,7 +248,7 @@
|
|||||||
if(10) //10% chance of just straight-up breaking on the spot
|
if(10) //10% chance of just straight-up breaking on the spot
|
||||||
burnout(user)
|
burnout(user)
|
||||||
return
|
return
|
||||||
|
*/
|
||||||
|
|
||||||
/obj/item/weapon/gun/energy/lasercannon
|
/obj/item/weapon/gun/energy/lasercannon
|
||||||
name = "laser cannon"
|
name = "laser cannon"
|
||||||
|
|||||||
Reference in New Issue
Block a user