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:
Molti
2025-01-11 19:55:15 -06:00
committed by GitHub
parent 78e1d4c844
commit 1b9263dcd0
9 changed files with 154 additions and 39 deletions

View File

@@ -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