mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
And a cloaking one too
This commit is contained in:
@@ -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//////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user