mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
Co-authored-by: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com>
This commit is contained in:
@@ -39,10 +39,13 @@
|
||||
club.update_appearance()
|
||||
|
||||
current_charges = clamp(current_charges + 1, 0, max_charges)
|
||||
owner.update_action_buttons_icon()
|
||||
|
||||
if(recharge_sound)
|
||||
playsound(dashing_item, recharge_sound, 50, TRUE)
|
||||
|
||||
if(!owner)
|
||||
return
|
||||
owner.update_action_buttons_icon()
|
||||
to_chat(owner, span_notice("[src] now has [current_charges]/[max_charges] charges."))
|
||||
|
||||
/obj/item/hierophant_club
|
||||
|
||||
Reference in New Issue
Block a user