mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Fix these old typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user