mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Fixes snakess being aggressive
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
attacktext = list("bitten")
|
||||
|
||||
say_list_type = /datum/say_list/snake
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/melee
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
||||
|
||||
/datum/say_list/snake
|
||||
emote_hear = list("hisses")
|
||||
@@ -31,7 +31,6 @@
|
||||
name = "Noodle"
|
||||
desc = "This snake is particularly chubby and demands nothing but the finest of treats."
|
||||
|
||||
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
||||
makes_dirt = FALSE
|
||||
|
||||
var/turns_since_scan = 0
|
||||
|
||||
Reference in New Issue
Block a user