Merge pull request #5704 from phil235/TypoFix1

Fixes the ability to beat up a pAI.
This commit is contained in:
Cheridan
2014-11-07 23:52:31 -06:00
4 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
/mob/living/silicon/pai
name = "pAI"
icon = 'icons/obj/status_display.dmi' //invisibility!
mouse_opacity
mouse_opacity = 0
density = 0
mob_size = 0
invisibility = 101
var/network = "SS13"
var/obj/machinery/camera/current = null