mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user