mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Makes xenos not runtime on pierrots/wizarditis (#25397)
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
// Semi-permanent clown mask while in last stage of infection
|
||||
if(locate(/obj/item/clothing/mask/gas/clown_hat) in H)
|
||||
return
|
||||
if(!istype(H)) // Xenos don't have masks. They can still feel silly though
|
||||
return
|
||||
|
||||
if(!H.has_organ_for_slot(SLOT_HUD_WEAR_MASK) || !H.canUnEquip(H.get_item_by_slot(SLOT_HUD_WEAR_MASK)))
|
||||
return
|
||||
|
||||
|
||||
@@ -58,6 +58,8 @@
|
||||
|
||||
/datum/disease/wizarditis/proc/spawn_wizard_clothes()
|
||||
var/mob/living/carbon/human/H = affected_mob
|
||||
if(!istype(H))
|
||||
return // Woe, wizard xeno upon ye
|
||||
|
||||
// Which slots can we replace?
|
||||
var/list/eligible_slot_IDs = new
|
||||
|
||||
Reference in New Issue
Block a user