mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 16:56:26 +01:00
quickly fixes some stuff about roleplay borgs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/mob/living/silicon/robot
|
||||
speed = 0.2
|
||||
speed = 0.2
|
||||
var/hasShrunk = FALSE
|
||||
|
||||
/mob/living/silicon/robot/modules/roleplay
|
||||
@@ -12,7 +12,7 @@
|
||||
cell = new /obj/item/stock_parts/cell/infinite(src, 30000)
|
||||
laws = new /datum/ai_laws/roleplay()
|
||||
//You aren't allowed to unlock, not sorry
|
||||
src.verbs -= /mob/living/silicon/robot/verb/unlock_own_cover
|
||||
//Moved to tgui\packages\tgui\interfaces\NtosRobotact.js:179
|
||||
//This part is because the camera stays in the list, so we'll just do a check
|
||||
if(!QDELETED(builtInCamera))
|
||||
QDEL_NULL(builtInCamera)
|
||||
|
||||
@@ -176,7 +176,7 @@ export const NtosRobotactContent = (props, context) => {
|
||||
label="Maintenance Cover">
|
||||
<Button.Confirm
|
||||
content="Unlock"
|
||||
disabled={cover==="UNLOCKED"}
|
||||
disabled={(cover==="UNLOCKED") || (borgType ==="Roleplay")}
|
||||
onClick={() => act('coverunlock')} />
|
||||
</LabeledList.Item>
|
||||
<LabeledList.Item
|
||||
|
||||
Reference in New Issue
Block a user