mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Repathed/renamed seromi to teshari.
This commit is contained in:
@@ -11,7 +11,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
item_state = "electronic"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
slot_flags = SLOT_ID | SLOT_BELT
|
||||
sprite_sheets = list(SPECIES_TESHARI = 'icons/mob/species/seromi/id.dmi')
|
||||
sprite_sheets = list(SPECIES_TESHARI = 'icons/mob/species/teshari/id.dmi')
|
||||
|
||||
//Main variables
|
||||
var/pdachoice = 1
|
||||
@@ -139,8 +139,8 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
desc = "A portable microcomputer by Thinktronic Systems, LTD. This model is a wrist-bound version."
|
||||
slot_flags = SLOT_ID | SLOT_BELT | SLOT_GLOVES
|
||||
sprite_sheets = list(
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/pda_wrist.dmi',
|
||||
SPECIES_VR_TESHARI = 'icons/mob/species/seromi/pda_wrist.dmi',
|
||||
SPECIES_TESHARI = 'icons/mob/species/teshari/pda_wrist.dmi',
|
||||
SPECIES_VR_TESHARI = 'icons/mob/species/teshari/pda_wrist.dmi',
|
||||
)
|
||||
else
|
||||
icon = 'icons/obj/pda_old.dmi'
|
||||
|
||||
Reference in New Issue
Block a user