mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Emergency bugfixes
This commit is contained in:
@@ -346,6 +346,8 @@
|
||||
gluttonous = 0
|
||||
spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED
|
||||
min_age = 18
|
||||
icobase = 'icons/mob/human_races/r_vox_old.dmi'
|
||||
deform = 'icons/mob/human_races/r_def_vox_old.dmi'
|
||||
|
||||
datum/species/harpy
|
||||
name = "Rapala"
|
||||
@@ -384,10 +386,3 @@ datum/species/harpy
|
||||
"You feel uncomfortably warm.",
|
||||
"Your overheated skin itches."
|
||||
)
|
||||
|
||||
/datum/species/vox // Re-enables the old vox sprites.
|
||||
icobase = 'icons/mob/human_races/r_vox_old.dmi'
|
||||
deform = 'icons/mob/human_races/r_def_vox_old.dmi'
|
||||
|
||||
/obj/item/organ/external/head/vox
|
||||
eye_icon = "vox_eyes_s_old"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/obj/item/organ/external/head/vox //Enables old vox eyes.
|
||||
eye_icon = "vox_eyes_s_old"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 14 KiB |
@@ -2154,6 +2154,7 @@
|
||||
#include "code\modules\organs\subtypes\unathi.dm"
|
||||
#include "code\modules\organs\subtypes\unbreakable.dm"
|
||||
#include "code\modules\organs\subtypes\vox.dm"
|
||||
#include "code\modules\organs\subtypes\vox_vr.dm"
|
||||
#include "code\modules\organs\subtypes\xenos.dm"
|
||||
#include "code\modules\overmap\_defines.dm"
|
||||
#include "code\modules\overmap\sectors.dm"
|
||||
|
||||
Reference in New Issue
Block a user