mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Fixes extinguisher cabinet not updating its icon (#80668)
## About The Pull Request Just makes the extinguisher cabinet actually look opened after removing the extinguisher like it's supposed to. ## Why It's Good For The Game <details><summary>Looks like it's supposed to again</summary>  </details> ## Changelog 🆑 fix: fixed fire extinguisher cabinets not appearing opened after removing the fire extinguisher from them /🆑
This commit is contained in:
@@ -105,6 +105,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 29)
|
||||
if(!opened)
|
||||
opened = 1
|
||||
playsound(loc, 'sound/machines/click.ogg', 15, TRUE, -3)
|
||||
update_appearance(UPDATE_ICON)
|
||||
else
|
||||
toggle_cabinet(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user