mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +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//////////////
|
||||
|
||||
|
||||
@@ -42,6 +42,9 @@ export const ControlAdmin = (props) => {
|
||||
<Button fluid onClick={() => act('orbit')}>
|
||||
Make Marked Datum Orbit
|
||||
</Button>
|
||||
<Button fluid onClick={() => act('cloaking')}>
|
||||
Force Cloaking or Uncloaking
|
||||
</Button>
|
||||
</Section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user