mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes AI bumping (#20077)
This commit is contained in:
@@ -14,11 +14,12 @@ var/list/ai_list = list()
|
||||
|
||||
/mob/living/silicon/ai
|
||||
name = "AI"
|
||||
icon = 'icons/mob/AI.dmi'//
|
||||
icon = 'icons/mob/AI.dmi'
|
||||
icon_state = "ai"
|
||||
anchored = 1
|
||||
density = 1
|
||||
status_flags = CANSTUN|CANPUSH
|
||||
a_intent = "harm" //so we always get pushed instead of trying to swap
|
||||
force_compose = 1 //This ensures that the AI always composes it's own hear message. Needed for hrefs and job display.
|
||||
sight = SEE_TURFS | SEE_MOBS | SEE_OBJS
|
||||
see_in_dark = 8
|
||||
|
||||
Reference in New Issue
Block a user