And a cloaking one too

This commit is contained in:
SatinIsle
2024-10-02 22:59:45 +01:00
parent 712ad43101
commit d59f91aa2c
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -757,6 +757,12 @@
if(tgui_alert(usr, "Make mob wake up? This is needed for carbon mobs.", "Wake mob?", list("Yes", "No")) == "Yes")
L.AdjustSleeping(-100)
if("cloaking")
if(target.cloaked)
target.uncloak()
else if(!target.cloaked)
target.cloak()
////////FIXES//////////////