mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 06:22:14 +00:00
Possible fix for highlander
TS Fix Law Maker Incendiary Fix Possible Lawgiver burstfire fix Lawgiver Changes: Fix Rapid Fire Add Armor Piercing Add Pellets Lawgiver: Nerf incendiary bullets Blow up the users weapon arm if his dna doesnt match Added a proper soundeffect Added Changelog. Closes #71, Closes #327 Make the lawgiver emagable and change stun to a beam Added crowdcontrol mode to the lawgiver Final Tweaks to the lawgiver Updated .gitignore to inclode the .atom-build.json Fixed indentation Fixed blowing up the wrong hand if the user switch hands after the killswitch has been triggered
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
var/eyeblur = 0
|
||||
var/drowsy = 0
|
||||
var/agony = 0
|
||||
var/incinerate = 0
|
||||
var/embed = 0 // whether or not the projectile can embed itself in the mob
|
||||
|
||||
var/hitscan = 0 // whether the projectile should be hitscan
|
||||
@@ -77,7 +78,7 @@
|
||||
if(!isliving(target)) return 0
|
||||
if(isanimal(target)) return 0
|
||||
var/mob/living/L = target
|
||||
L.apply_effects(stun, weaken, paralyze, irradiate, stutter, eyeblur, drowsy, agony, blocked) // add in AGONY!
|
||||
L.apply_effects(stun, weaken, paralyze, irradiate, stutter, eyeblur, drowsy, agony, incinerate, blocked) // add in AGONY!
|
||||
return 1
|
||||
|
||||
//called when the projectile stops flying because it collided with something
|
||||
|
||||
Reference in New Issue
Block a user