slime style portal fleshlight

now slimes have their own style wow.
This commit is contained in:
QuoteFox
2021-04-18 19:09:40 +01:00
parent a862d9e574
commit a1f1c33b65
2 changed files with 4 additions and 3 deletions
+4 -3
View File
@@ -182,11 +182,12 @@
var/mob/living/carbon/human/H = V.owner
if(H) //if the portal panties are on someone.
sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_normal")
if(H.dna.species.name == "Lizardperson") // lizard nerd
sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_lizard")
else
sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_normal")
if(H.dna.species.name == "Slimeperson") // slime nerd
sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_slime")
sleeve.color = "#" + H.dna.features["mcolor"]
add_overlay(sleeve)