mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
fix teleport action buttons
This commit is contained in:
@@ -104,5 +104,5 @@
|
||||
|
||||
smoke.start()
|
||||
src.uses -= 1
|
||||
for(var/datum/action/act in actions) //Update action buttons as some spells might now be castable
|
||||
for(var/datum/action/act in user.actions) //Update action buttons as some spells might now be castable
|
||||
act.UpdateButtonIcon()
|
||||
Reference in New Issue
Block a user