mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Service Map Fixes (#16018)
* Service Fixes * Fix Wrong Way Disp. Pipe * Freezer and Refrigerator Fixes * Fix Chicken Map Icon * Compatibility * Typo * Proper Chicken and Fish Freezer * Remove Extra Hen
This commit is contained in:
@@ -198,10 +198,10 @@
|
||||
desc = "How could you do this? You monster!"
|
||||
|
||||
/mob/living/simple_animal/chicken
|
||||
name = "\improper chicken"
|
||||
name = "chicken"
|
||||
desc = "Hopefully the eggs are good this season."
|
||||
icon = 'icons/mob/npc/livestock.dmi'
|
||||
icon_state = null
|
||||
icon_state = "chicken_white" // Overridden in Initialize(). This is for map visibility.
|
||||
icon_living = null
|
||||
icon_dead = null
|
||||
speak = list("Cluck!","BWAAAAARK BWAK BWAK BWAK!","Bwaak bwak.")
|
||||
|
||||
Reference in New Issue
Block a user