mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Merge pull request #10923 from datlo/canthavenicethings
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'>You can't make sense of the console or how to use it.</span>")
|
||||
return
|
||||
if(..())
|
||||
return
|
||||
interact(user)
|
||||
|
||||
Reference in New Issue
Block a user