Fixes microwave disappearing when bloody

Earlyport upstream fix
This commit is contained in:
Verkister
2021-10-02 14:34:43 +03:00
committed by GitHub
parent e93eabf048
commit 37fc075835

View File

@@ -507,7 +507,7 @@
src.visible_message("<span class='warning'>The microwave gets covered in muck!</span>")
src.dirty = 100 // Make it dirty so it can't be used util cleaned
src.flags = null //So you can't add condiments
src.icon_state = "mwbloody" // Make it look dirty too
src.icon_state = "mwbloody0" // Make it look dirty too
src.operating = 0 // Turn it off again aferwards
SStgui.update_uis(src)
soundloop.stop()