mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Prevent golems from using telescience consoles
This commit is contained in:
@@ -86,6 +86,9 @@
|
||||
src.attack_hand(user)
|
||||
|
||||
/obj/machinery/computer/telescience/attack_hand(mob/user)
|
||||
if(isgolem(user)) //this is why we can't have nice things free golems
|
||||
to_chat(user, "<span class='warning'>Golem user detected. Access denied.</span>")
|
||||
return
|
||||
if(..())
|
||||
return
|
||||
interact(user)
|
||||
|
||||
Reference in New Issue
Block a user