Stop using \improper improperly. (#24410)

This commit is contained in:
Charlie Nolan
2024-03-03 10:04:52 -08:00
committed by GitHub
parent c3647a13bf
commit 7ae3bf6747
21 changed files with 57 additions and 57 deletions
@@ -1,5 +1,5 @@
/mob/living/simple_animal/bot/honkbot
name = "\improper honkbot"
name = "honkbot"
desc = "A little robot. It looks happy with its bike horn."
icon = 'icons/obj/aibots.dmi'
icon_state = "honkbot"
@@ -64,7 +64,7 @@
//Corgis and pugs are now under one dog subtype
/mob/living/simple_animal/pet/dog/corgi
name = "\improper corgi"
name = "corgi"
real_name = "corgi"
desc = "It's a corgi."
icon_state = "corgi"
@@ -632,7 +632,7 @@
adjustBruteLoss(-maxHealth)
/mob/living/simple_animal/pet/dog/corgi/puppy
name = "\improper corgi puppy"
name = "corgi puppy"
real_name = "corgi"
desc = "It's a corgi puppy!"
icon_state = "puppy"
@@ -649,7 +649,7 @@
/// Tribute to the corgis born in nullspace
/mob/living/simple_animal/pet/dog/corgi/puppy/void
name = "\improper void puppy"
name = "void puppy"
real_name = "voidy"
desc = "A corgi puppy that has been infused with deep space energy. It's staring back..."
icon_state = "void_puppy"
@@ -777,7 +777,7 @@
///Pugs
/mob/living/simple_animal/pet/dog/pug
name = "\improper pug"
name = "pug"
real_name = "pug"
desc = "It's a pug."
icon = 'icons/mob/pets.dmi'
@@ -1,6 +1,6 @@
//goat
/mob/living/simple_animal/hostile/retaliate/goat
name = "\improper goat"
name = "goat"
desc = "Not known for their pleasant disposition."
icon_state = "goat"
icon_living = "goat"
@@ -109,7 +109,7 @@
//cow
/mob/living/simple_animal/cow
name = "\improper cow"
name = "cow"
desc = "Known for their milk, just don't tip them over."
icon_state = "cow"
icon_living = "cow"
@@ -187,7 +187,7 @@
return FALSE
/mob/living/simple_animal/chick
name = "\improper chick"
name = "chick"
desc = "Adorable! They make such a racket though."
icon_state = "chick"
icon_living = "chick"
@@ -241,7 +241,7 @@
GLOBAL_VAR_INIT(chicken_count, 0)
/mob/living/simple_animal/chicken
name = "\improper chicken"
name = "chicken"
desc = "Hopefully the eggs are good this season."
gender = FEMALE
mob_biotypes = MOB_ORGANIC | MOB_BEAST
@@ -368,7 +368,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
return FALSE
/mob/living/simple_animal/pig
name = "\improper pig"
name = "pig"
desc = "Oink oink."
icon_state = "pig"
icon_living = "pig"
@@ -394,7 +394,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
footstep_type = FOOTSTEP_MOB_SHOE
/mob/living/simple_animal/turkey
name = "\improper turkey"
name = "turkey"
desc = "Benjamin Franklin would be proud."
icon_state = "turkey"
icon_living = "turkey"
@@ -419,7 +419,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
footstep_type = FOOTSTEP_MOB_CLAW
/mob/living/simple_animal/goose
name = "\improper goose"
name = "goose"
desc = "A pretty goose. Would make a nice comforter."
icon_state = "goose"
icon_living = "goose"
@@ -444,7 +444,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
footstep_type = FOOTSTEP_MOB_CLAW
/mob/living/simple_animal/seal
name = "\improper seal"
name = "seal"
desc = "A beautiful white seal."
icon_state = "seal"
icon_living = "seal"
@@ -469,7 +469,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
blood_volume = BLOOD_VOLUME_NORMAL
/mob/living/simple_animal/walrus
name = "\improper walrus"
name = "walrus"
desc = "A big brown walrus."
icon_state = "walrus"
icon_living = "walrus"
@@ -1,5 +1,5 @@
/mob/living/simple_animal/hostile/scarybat
name = "\improper space bats"
name = "space bats"
desc = "A swarm of cute little blood sucking bats that looks pretty pissed."
icon = 'icons/mob/bats.dmi'
icon_state = "bat"
@@ -3,7 +3,7 @@
//*********//
/mob/living/simple_animal/hostile/panther
name = "\improper panther"
name = "panther"
desc = "A long sleek, black cat with sharp teeth and claws."
icon = 'icons/mob/alienqueen.dmi'
icon_state = "panther"
@@ -1,6 +1,6 @@
/mob/living/simple_animal/hostile/retaliate/carp
name = "\improper sea carp"
name = "sea carp"
desc = "A large fish bearing similarities to a certain space-faring menace."
icon = 'icons/mob/carp.dmi'
icon_state = "carp"