From 6a25a39975e7b4005d3fe53f6358f301f1a2adbd Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:37:41 -0300 Subject: [PATCH] fake mask for floor cluwne loot (#20564) --- code/modules/mob/living/simple_animal/hostile/floorcluwne.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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