Merge pull request #8347 from PsiOmegaDelta/PushItHarderBetterStrongerFaster

An inhabited AI core can now be pushed.
This commit is contained in:
Zuhayr
2015-03-05 12:44:28 +10:30

View File

@@ -43,7 +43,7 @@ var/list/ai_verbs_default = list(
icon_state = "ai"
anchored = 1 // -- TLE
density = 1
status_flags = CANSTUN|CANPARALYSE
status_flags = CANSTUN|CANPARALYSE|CANPUSH
shouldnt_see = list(/obj/effect/rune)
var/list/network = list("SS13")
var/obj/machinery/camera/camera = null