mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Merge pull request #6086 from Verkister/werespecies
Adds werebeast event species
This commit is contained in:
@@ -17,3 +17,6 @@
|
||||
centComm = 1
|
||||
ks2type = /obj/item/device/encryptionkey/ert
|
||||
|
||||
/obj/item/device/radio/headset
|
||||
sprite_sheets = list(SPECIES_TESHARI = 'icons/mob/species/seromi/ears.dmi',
|
||||
SPECIES_WEREBEAST = 'icons/mob/species/werebeast/ears.dmi')
|
||||
@@ -128,4 +128,9 @@
|
||||
/obj/item/weapon/storage/backpack/dufflebag/fluff //Black dufflebag without syndie buffs.
|
||||
name = "plain black dufflebag"
|
||||
desc = "A large dufflebag for holding extra tactical supplies."
|
||||
icon_state = "duffle_syndie"
|
||||
icon_state = "duffle_syndie"
|
||||
|
||||
/obj/item/weapon/storage/backpack
|
||||
sprite_sheets = list(
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/back.dmi',
|
||||
SPECIES_WEREBEAST = 'icons/mob/species/werebeast/back.dmi')
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/obj/item/weapon/storage/belt
|
||||
sprite_sheets = list(
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/belt.dmi',
|
||||
SPECIES_WEREBEAST = 'icons/mob/species/werebeast/belt.dmi')
|
||||
Reference in New Issue
Block a user