diff --git a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm index c6fdc6bf8ad..e3fcbc1080a 100644 --- a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm +++ b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm @@ -20,7 +20,7 @@ attack_sound = 'sound/items/bikehorn.ogg' del_on_death = TRUE pass_flags = PASSTABLE | PASSGRILLE | PASSMOB | LETPASSTHROW | PASSGLASS | PASSBLOB//it's practically a ghost when unmanifested (under the floor) - loot = list(/obj/item/clothing/mask/cursedclown) + loot = list(/obj/item/clothing/mask/false_cluwne_mask) a_intent = INTENT_HARM wander = FALSE minimum_distance = 2