Skip to content

Commit

Permalink
ghgrhgrh
Browse files Browse the repository at this point in the history
  • Loading branch information
linnpap committed Dec 19, 2022
1 parent 8ba9d1d commit 47876e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/datum/sprite_accessory/snout
name = "You should not see this..."
icon = 'modular_flipper/icons/mob/human_races/sprite_accessories/snout.dmi'
do_colouration = TRUE // Set to 0 to disable coloration (IDFK why youd wanna do that though)

color_blend_mode = ICON_MULTIPLY // only appliciable if do_coloration is true
var/extra_overlay // secondary icon
var/extra_overlay2 // tertiary icon

species_allowed = list(SPECIES_EVENT1, SPECIES_EVENT2, SPECIES_EVENT3, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_ANTHRO, SPECIES_AQUATIC)
Binary file not shown.
2 changes: 2 additions & 0 deletions polaris.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3325,9 +3325,11 @@
#include "maps\submaps\surface_submaps\wilderness\wilderness.dm"
#include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm"
#include "maps\~map_system\maps.dm"
#include "modular_flipper\code\modules\mob\living\carbon\human\human_defines.dm"
#include "modular_flipper\code\modules\mob\living\carbon\human\species\station\custom.dm"
#include "modular_flipper\code\modules\mob\living\carbon\human\species\station\moth.dm"
#include "modular_flipper\code\modules\mob\living\carbon\human\species\station\station.dm"
#include "modular_flipper\code\modules\mob\living\carbon\human\species\station\teshari.dm"
#include "modular_flipper\code\modules\mob\new_player\sprite_accessories_snout.dm"
#include "modular_flipper\code\modules\organs\subtypes\standard.dm"
// END_INCLUDE

0 comments on commit 47876e8

Please sign in to comment.