Requested Changes

This commit is contained in:
Unknown
2020-04-26 10:58:56 -04:00
parent da35289e9e
commit dfedf60c0f
3 changed files with 5 additions and 4 deletions

View File

@@ -96,5 +96,8 @@
/obj/machinery/computer/ship/attack_hand(mob/user)
if((. = ..()))
return
if(!allowed(user))
to_chat(user, "<span class='warning'>Access Denied.</span>")
return 1
if(CanUseTopic(user, DefaultTopicState()) > STATUS_CLOSE)
return interface_interact(user)