Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/game/machinery/_machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Class Procs:
to_chat(H, span_warning("HULK NOT NERD. HULK SMASH!!!"))
return FALSE // hulks cant use machines

else if(!(Adjacent(user) || H.dna.check_mutation(TK)))
else if(!Adjacent(user) || !H.dna.check_mutation(TK))
return FALSE // need to be close or have telekinesis

return TRUE
Expand Down Expand Up @@ -684,4 +684,4 @@ Class Procs:
if(can_be_occupant(caller))
return TRUE