mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Changes dogs to neutral faction. (#44295)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
speak_emote = list("barks", "woofs")
|
||||
emote_hear = list("barks!", "woofs!", "yaps.","pants.")
|
||||
emote_see = list("shakes its head.", "chases its tail.","shivers.")
|
||||
faction = list("dog")
|
||||
faction = list("neutral")
|
||||
see_in_dark = 5
|
||||
speak_chance = 1
|
||||
turns_per_move = 10
|
||||
@@ -483,7 +483,7 @@
|
||||
icon_state = "narsian"
|
||||
icon_living = "narsian"
|
||||
icon_dead = "narsian_dead"
|
||||
faction = list("dog", "cult")
|
||||
faction = list("neutral", "cult")
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
nofur = TRUE
|
||||
unique_pet = TRUE
|
||||
|
||||
Reference in New Issue
Block a user