Skip to content

Commit

Permalink
Merge pull request tgstation#14448 from KorPhaeron/hippies
Browse files Browse the repository at this point in the history
Fixes pAIs not being able to use messenger
  • Loading branch information
tkdrg committed Jan 10, 2016
2 parents efb22f6 + d76f6ad commit 1d7a2c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/silicon/pai/pai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@
CRASH("pAI without card")
loc = card

/mob/living/silicon/pai/canUseTopic(atom/movable/M)
return 1


//Addition by Mord_Sith to define AI's network change ability
/*
/mob/living/silicon/pai/proc/pai_network_change()
Expand Down

0 comments on commit 1d7a2c1

Please sign in to comment.