Fix these old typos

This commit is contained in:
Aronai Sieyes
2021-07-15 01:20:17 -04:00
parent b3fb7c181d
commit 72e4aeb759
2 changed files with 3 additions and 4 deletions
@@ -1124,7 +1124,7 @@
/datum/sprite_accessory/tail/peacocktail_red //this is ckey locked for now, but prettiebyrd wants these tails to be unlocked at a later date
name = "Peacock tail (vwag)"
desc = ""
icon = "icons/mob/vore/tails_vr.dmi"
icon = 'icons/mob/vore/tails_vr.dmi'
icon_state = "peacocktail_red"
ani_state = "peacocktail_red_w"
ckeys_allowed = list("prettiebyrd")
@@ -1132,7 +1132,7 @@
/datum/sprite_accessory/tail/peacocktail //ditto
name = "Peacock tail, colorable (vwag)"
desc = ""
icon = "icons/mob/vore/tails_vr.dmi"
icon = 'icons/mob/vore/tails_vr.dmi'
icon_state = "peacocktail"
ani_state = "peacocktail_w"
do_colouration = 1
@@ -1142,7 +1142,7 @@
/datum/sprite_accessory/tail/tentacle
name = "Tentacle, colorable (vwag)"
desc = ""
icon = "icons/mob/vore/tails_vr.dmi"
icon = 'icons/mob/vore/tails_vr.dmi'
icon_state = "tentacle"
ani_state = "tentacle_w"
do_colouration = 1
@@ -4,7 +4,6 @@
icon = 'icons/inventory/suit/item.dmi'
icon_state = "engspace_suit"
item_state = "engspace_suit"
update_icon_define = "icons/mob/spacesuit.dmi"
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 100, rad = 100)
max_pressure_protection = 5 * ONE_ATMOSPHERE // Not very good protection, but if an anomaly starts doing gas stuff you're not screwed
min_pressure_protection = 0.4 * ONE_ATMOSPHERE