mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Oversight
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
verbs |= /obj/item/clothing/head/helmet/space/proc/toggle_camera
|
||||
|
||||
if(type == /obj/item/clothing/head/helmet/space) //VOREStation edit - use the specially refitted sprites by KBraid. Done this way to avoid breaking subtypes.
|
||||
sprite_sheets[SPECIES_TESHARI] = 'icons/mob/species/seromi/helmet_vr.dmi'
|
||||
sprite_sheets[SPECIES_TESHARI] = 'icons/mob/species/teshari/helmet_vr.dmi'
|
||||
|
||||
/obj/item/clothing/head/helmet/space/proc/toggle_camera()
|
||||
set name = "Toggle Helmet Camera"
|
||||
@@ -96,7 +96,7 @@
|
||||
/obj/item/clothing/suit/space/Initialize()
|
||||
. = ..()
|
||||
if(type == /obj/item/clothing/suit/space)
|
||||
sprite_sheets[SPECIES_TESHARI] = 'icons/mob/species/seromi/suit_vr.dmi'
|
||||
sprite_sheets[SPECIES_TESHARI] = 'icons/mob/species/teshari/suit_vr.dmi'
|
||||
//VOREStation edit end.
|
||||
|
||||
/obj/item/clothing/suit/space/equipped(mob/M)
|
||||
|
||||
Reference in New Issue
Block a user