Merge pull request #1591 from Arctaisia/gremllucyte

Crystal Gremlins!
This commit is contained in:
Dahlular
2022-04-25 07:19:40 -06:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -73,7 +73,7 @@ GLOBAL_LIST(bad_gremlin_items)
var/datum/job/captain/C = new /datum/job/captain
access_card.access = C.get_access()
if(!body_color)
body_color = pick(list("orange","blue","purple", "green"))
body_color = pick(list("orange","blue","purple", "green", "crystal"))
AddElement(/datum/element/mob_holder, "gremlin_[body_color]")
icon_state = "gremlin_[body_color]"
icon_living = "gremlin_[body_color]"
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 KiB

After

Width:  |  Height:  |  Size: 271 KiB