mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user