mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds shadowflame gout spell to darkspawn warlock + merge thrall buttons (#22949)
* work work work * Should be done * linebreaks * Update shadowflame.dm
This commit is contained in:
@@ -59,10 +59,10 @@
|
||||
if(usr.next_click > world.time)
|
||||
return
|
||||
usr.next_click = world.time + 1
|
||||
// var/trigger_flags
|
||||
// if(LAZYACCESS(modifiers, RIGHT_CLICK)) FUCK COMBAT MODE!!!!
|
||||
// trigger_flags |= TRIGGER_SECONDARY_ACTION
|
||||
linked_action.Trigger()
|
||||
var/trigger_flags
|
||||
if(LAZYACCESS(modifiers, RIGHT_CLICK))
|
||||
trigger_flags |= TRIGGER_SECONDARY_ACTION
|
||||
linked_action.Trigger(trigger_flags)
|
||||
SEND_SOUND(usr, get_sfx(SFX_TERMINAL_TYPE))
|
||||
transform = turn(matrix() * 0.9, pick(-8, 8))
|
||||
alpha = 200
|
||||
|
||||
Reference in New Issue
Block a user