-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
linnpap
committed
Dec 19, 2022
1 parent
8ba9d1d
commit 47876e8
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
modular_flipper/code/modules/mob/new_player/sprite_accessories_snout.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters