mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Fix some chameleon items display no on-mob sprite on non-human species (#29170)
* Update chameleon.dm * keep comment * ok it just lacks an else statement
This commit is contained in:
@@ -199,6 +199,8 @@
|
||||
var/obj/item/P = new picked_item(null)
|
||||
I.sprite_sheets = P.sprite_sheets
|
||||
qdel(P)
|
||||
else
|
||||
I.sprite_sheets = null
|
||||
|
||||
if(isclothing(I) && isclothing(picked_item))
|
||||
var/obj/item/clothing/CL = I
|
||||
|
||||
Reference in New Issue
Block a user