Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9c7493e

Browse files
committed
Update shadowflame.dm
1 parent 062eece commit 9c7493e

File tree

1 file changed

+1
-1
lines changed
  • yogstation/code/modules/antagonists/darkspawn/darkspawn_objects

1 file changed

+1
-1
lines changed

yogstation/code/modules/antagonists/darkspawn/darkspawn_objects/shadowflame.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
return ..()
2828

2929
/datum/status_effect/fire_handler/shadowflame/tick(delta_time, times_fired)
30-
adjust_stacks(-1 * delta_time SECONDS) //change this number to make it last a shorter duration
30+
adjust_stacks(-0.75 * delta_time SECONDS) //change this number to make it last a shorter duration
3131
if(stacks <= 0)
3232
qdel(src)
3333
return

0 commit comments

Comments
 (0)