Skip to content

Commit

Permalink
Чёрные глаза update
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 7, 2024
1 parent a7b0e91 commit a64cc88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions maps/sierra/datums/species/species_overrides.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
Various overrides for standart species, which are too tiny to heve their own mod
*/

// Skrell

/obj/item/organ/internal/eyes/skrell
name = "amphibian eyes"
desc = "Large black orbs, belonging to some sort of giant frog by looks of it."
icon = 'icons/mob/human_races/species/skrell/organs.dmi'
eye_icon = 'maps/sierra/icons/mob/human_races/species/skrell/eyes.dmi'
apply_eye_colour = FALSE

// Vox
2 changes: 2 additions & 0 deletions maps/sierra/sierra.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#include "datums/supplypacks/security.dm"
#include "datums/supplypacks/science.dm"

#include "datums/species/species_overrides.dm"

#include "game/languages.dm"
#include "game/lockdown.dm"

Expand Down

0 comments on commit a64cc88

Please sign in to comment.