quickly fixes some stuff about roleplay borgs

This commit is contained in:
SandPoot
2021-03-09 23:09:46 -03:00
parent 9cf27ddb37
commit d9a4698aa4
2 changed files with 3 additions and 3 deletions
@@ -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