mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #3610 from Atermonera/Observer_icons
Adds various animal sprites to ghost icons
This commit is contained in:
@@ -43,7 +43,6 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
|
|||||||
"Bland" = "ghost",
|
"Bland" = "ghost",
|
||||||
"Robed-B" = "ghost1",
|
"Robed-B" = "ghost1",
|
||||||
"Robed-BAlt" = "ghost2",
|
"Robed-BAlt" = "ghost2",
|
||||||
"Corgi" = "corgi",
|
|
||||||
"King" = "ghostking",
|
"King" = "ghostking",
|
||||||
"Shade" = "shade",
|
"Shade" = "shade",
|
||||||
"Hecate" = "ghost-narsie",
|
"Hecate" = "ghost-narsie",
|
||||||
@@ -53,11 +52,27 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
|
|||||||
"Harvester" = "harvester",
|
"Harvester" = "harvester",
|
||||||
"Wraith" = "wraith",
|
"Wraith" = "wraith",
|
||||||
"Viscerator" = "viscerator",
|
"Viscerator" = "viscerator",
|
||||||
|
"Corgi" = "corgi",
|
||||||
|
"Tamaskan" = "tamaskan",
|
||||||
|
"Black Cat" = "blackcat",
|
||||||
|
"Lizard" = "lizard",
|
||||||
|
"Goat" = "goat",
|
||||||
|
"Space Bear" = "bear",
|
||||||
"Bats" = "bat",
|
"Bats" = "bat",
|
||||||
|
"Chicken" = "chicken_white",
|
||||||
|
"Parrot"= "parrot_fly",
|
||||||
|
"Goose" = "goose",
|
||||||
|
"Penguin" = "penguin",
|
||||||
|
"Brown Crab" = "crab",
|
||||||
|
"Gray Crab" = "evilcrab",
|
||||||
|
"Trout" = "trout-swim",
|
||||||
|
"Salmon" = "salmon-swim",
|
||||||
|
"Pike" = "pike-swim",
|
||||||
|
"Koi" = "koi-swim",
|
||||||
|
"Carp" = "carp",
|
||||||
"Red Robes" = "robe_red",
|
"Red Robes" = "robe_red",
|
||||||
"Faithless" = "faithless",
|
"Faithless" = "faithless",
|
||||||
"Shadowform" = "forgotten",
|
"Shadowform" = "forgotten",
|
||||||
"Black Cat" = "blackcat",
|
|
||||||
"Dark Ethereal" = "bloodguardian",
|
"Dark Ethereal" = "bloodguardian",
|
||||||
"Holy Ethereal" = "lightguardian",
|
"Holy Ethereal" = "lightguardian",
|
||||||
"Red Elemental" = "magicRed",
|
"Red Elemental" = "magicRed",
|
||||||
@@ -69,8 +84,6 @@ var/global/list/image/ghost_sightless_images = list() //this is a list of images
|
|||||||
"Guard Spider" = "guard",
|
"Guard Spider" = "guard",
|
||||||
"Hunter Spider" = "hunter",
|
"Hunter Spider" = "hunter",
|
||||||
"Nurse Spider" = "nurse",
|
"Nurse Spider" = "nurse",
|
||||||
"Carp" = "carp",
|
|
||||||
"Space Bear" = "bear",
|
|
||||||
"Rogue Drone" = "drone",
|
"Rogue Drone" = "drone",
|
||||||
"ED-209" = "ed209",
|
"ED-209" = "ed209",
|
||||||
"Beepsky" = "secbot"
|
"Beepsky" = "secbot"
|
||||||
|
|||||||
36
html/changelogs/Atermonera - Ghostsprites.yml
Normal file
36
html/changelogs/Atermonera - Ghostsprites.yml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
################################
|
||||||
|
# Example Changelog File
|
||||||
|
#
|
||||||
|
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||||
|
#
|
||||||
|
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||||
|
# When it is, any changes listed below will disappear.
|
||||||
|
#
|
||||||
|
# Valid Prefixes:
|
||||||
|
# bugfix
|
||||||
|
# wip (For works in progress)
|
||||||
|
# tweak
|
||||||
|
# soundadd
|
||||||
|
# sounddel
|
||||||
|
# rscadd (general adding of nice things)
|
||||||
|
# rscdel (general deleting of nice things)
|
||||||
|
# imageadd
|
||||||
|
# imagedel
|
||||||
|
# maptweak
|
||||||
|
# spellcheck (typo fixes)
|
||||||
|
# experiment
|
||||||
|
#################################
|
||||||
|
|
||||||
|
# Your name.
|
||||||
|
author: LorenLuke
|
||||||
|
|
||||||
|
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
# Any changes you've made. See valid prefix list above.
|
||||||
|
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||||
|
# SCREW THIS UP AND IT WON'T WORK.
|
||||||
|
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||||
|
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||||
|
changes:
|
||||||
|
- imageadd: "Ghosts can now choose from a number of animal sprites."
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 143 KiB |
Reference in New Issue
Block a user