mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #8347 from PsiOmegaDelta/PushItHarderBetterStrongerFaster
An inhabited AI core can now be pushed.
This commit is contained in:
@@ -43,7 +43,7 @@ var/list/ai_verbs_default = list(
|
|||||||
icon_state = "ai"
|
icon_state = "ai"
|
||||||
anchored = 1 // -- TLE
|
anchored = 1 // -- TLE
|
||||||
density = 1
|
density = 1
|
||||||
status_flags = CANSTUN|CANPARALYSE
|
status_flags = CANSTUN|CANPARALYSE|CANPUSH
|
||||||
shouldnt_see = list(/obj/effect/rune)
|
shouldnt_see = list(/obj/effect/rune)
|
||||||
var/list/network = list("SS13")
|
var/list/network = list("SS13")
|
||||||
var/obj/machinery/camera/camera = null
|
var/obj/machinery/camera/camera = null
|
||||||
|
|||||||
Reference in New Issue
Block a user