fixes a bug (#20019)

This commit is contained in:
Qwertytoforty
2022-12-27 18:08:11 -06:00
committed by GitHub
parent c8b224b50c
commit f91756d2e3
@@ -524,6 +524,9 @@
if(!anchored)
to_chat(user, "<span class='warning'>It's unanchored!</span>")
return FALSE
if(operating)
to_chat(user, "<span class='warning'>Its already cooking!</span>")
return FALSE
return TRUE
#undef NO_DIRT