mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Update photocopier.dm (#31321)
This commit is contained in:
@@ -156,6 +156,8 @@
|
||||
if(ishuman(copymob)) //Suit checks are in check_mob
|
||||
var/mob/living/carbon/human/H = copymob
|
||||
temp_img = icon('icons/obj/butts.dmi', H.dna.species.butt_sprite)
|
||||
else if(isrobot(copymob))
|
||||
temp_img = icon('icons/obj/butts.dmi', "machine")
|
||||
else if(isdrone(copymob))
|
||||
temp_img = icon('icons/obj/butts.dmi', "drone")
|
||||
else if(isnymph(copymob))
|
||||
|
||||
Reference in New Issue
Block a user