Skip to content

Commit

Permalink
Update foam.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeelauer committed Jun 27, 2023
1 parent da4664d commit f0a8624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/effect_system/foam.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
metal = ismetal
playsound(src, 'sound/effects/bubbles2.ogg', 25, 1, 5)
addtimer(CALLBACK(src, PROC_REF(foam_react)), 3 + metal*3)
addtimer(CALLBACK(src, PROC_REF(foam_metal_final_react)), 120)
addtimer(CALLBACK(src, PROC_REF(foam_metal_final_react)), 40)

/obj/effect/particle_effect/foam/proc/foam_react()
process()
Expand Down

0 comments on commit f0a8624

Please sign in to comment.