Carp Expansion Pack [greyscaled] (#44720)

About The Pull Request

This PR ports Baystation color carps. In short, normal carps can now spawn in variety of colors, 

This only affects normal carps, not special ones like magicarps or megacarps, these retain their own unique sprite. There are also some pretty rare color variant for carps and our friendly Syndicate carp Cayenne has increased chance to get it.
Why It's Good For The Game

Better aesthetics and immersion.
Changelog
cl
imageadd: Normal carps now spawn with a random color! There might even be some really rare color variant.. try asking Cayenne about it.
/cl
This commit is contained in:
Arkatos1
2019-06-25 11:28:05 +12:00
committed by oranges
parent 4453ec906e
commit 6c867b6936
9 changed files with 92 additions and 10 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
A = image('icons/mob/monkey.dmi',H,"monkey1")
A.name = "Monkey ([rand(1,999)])"
if("carp")//Carp
A = image('icons/mob/animal.dmi',H,"carp")
A = image('icons/mob/carp.dmi',H,"carp")
A.name = "Space Carp"
if("corgi")//Corgi
A = image('icons/mob/pets.dmi',H,"corgi")