mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes some Ninja stuff
This commit is contained in:
@@ -434,6 +434,8 @@
|
|||||||
holder.spark_system.start()
|
holder.spark_system.start()
|
||||||
playsound(H.loc, 'sound/effects/sparks2.ogg', 50, 1)
|
playsound(H.loc, 'sound/effects/sparks2.ogg', 50, 1)
|
||||||
|
|
||||||
|
H.break_cloak()
|
||||||
|
|
||||||
if(!holder.cell)
|
if(!holder.cell)
|
||||||
H << "<span class = 'danger'>Your power sink flashes an error; there is no cell in your rig.</span>"
|
H << "<span class = 'danger'>Your power sink flashes an error; there is no cell in your rig.</span>"
|
||||||
drain_complete(H)
|
drain_complete(H)
|
||||||
|
|||||||
@@ -80,7 +80,8 @@
|
|||||||
icon_state = "toxin"
|
icon_state = "toxin"
|
||||||
damage = 5
|
damage = 5
|
||||||
damage_type = TOX
|
damage_type = TOX
|
||||||
weaken = 5
|
agony = 120
|
||||||
|
check_armour = "energy"
|
||||||
|
|
||||||
|
|
||||||
/obj/item/projectile/energy/bolt
|
/obj/item/projectile/energy/bolt
|
||||||
|
|||||||
Reference in New Issue
Block a user