mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Adds a greytide themed wizard loadout with His Grace (#18095)
* Adds a greytide themed loadout * increase size of magical box * Update code/game/gamemodes/wizard/wizloadouts.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * add trailing new line * handle plasmemes/voxes * tweak to_chat for plasmamen * Fix wizarditis removing plasmaman helmets * Replace teleport by force wall Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@ STI KALY - blind
|
||||
/datum/disease/wizarditis/proc/spawn_wizard_clothes(chance = 0)
|
||||
if(istype(affected_mob, /mob/living/carbon/human))
|
||||
var/mob/living/carbon/human/H = affected_mob
|
||||
if(prob(chance))
|
||||
if(prob(chance) && !isplasmaman(H))
|
||||
if(!istype(H.head, /obj/item/clothing/head/wizard))
|
||||
if(!H.unEquip(H.head))
|
||||
qdel(H.head)
|
||||
|
||||
Reference in New Issue
Block a user