Skip to content

Commit

Permalink
var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 10, 2025
1 parent 3e73413 commit 606ece2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
addtimer(CALLBACK(src, PROC_REF(ResetArmor), S), 100)
return ..()

/obj/effect/proc_holder/ability/fated_encounters/proc/ResetArmor(var/obj/item/clothing/suit/armor/ego_gear/A)
/obj/effect/proc_holder/ability/fated_encounters/proc/ResetArmor(obj/item/clothing/suit/armor/ego_gear/A)
A.armor = new(red = 40, white = 40, black = 20, pale = 60)
playsound(get_turf(A), 'sound/abnormalities/onesin/bless.ogg', 50, 0, 4)
new /obj/effect/temp_visual/onesin_blessing (get_turf(A))
Expand Down

0 comments on commit 606ece2

Please sign in to comment.