diff --git a/code/modules/mob/new_player/sprite_accessories_tail_vr.dm b/code/modules/mob/new_player/sprite_accessories_tail_vr.dm index 8c90b4100bb..a850e79d12c 100644 --- a/code/modules/mob/new_player/sprite_accessories_tail_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_tail_vr.dm @@ -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 diff --git a/code/modules/xenoarcheaology/tools/equipment.dm b/code/modules/xenoarcheaology/tools/equipment.dm index 276d8e305e0..2cdc3e5d0e3 100644 --- a/code/modules/xenoarcheaology/tools/equipment.dm +++ b/code/modules/xenoarcheaology/tools/equipment.dm @@ -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