mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Improves the quality of life of Cluwnes
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
|
||||
/mob/living/carbon/human/proc/makeCluwne()
|
||||
to_chat(src, "<span class='danger'>You feel funny.</span>")
|
||||
adjustBrainLoss(80)
|
||||
if(!get_int_organ(/obj/item/organ/internal/brain/cluwne))
|
||||
var/obj/item/organ/internal/brain/cluwne/idiot_brain = new
|
||||
idiot_brain.insert(src, make_cluwne = 0)
|
||||
setBrainLoss(80)
|
||||
nutrition = 9000
|
||||
overeatduration = 9000
|
||||
Confused(30)
|
||||
@@ -25,8 +28,7 @@
|
||||
mutations.Add(NERVOUS)
|
||||
dna.SetSEState(NERVOUSBLOCK, 1, 1)
|
||||
genemutcheck(src, NERVOUSBLOCK, null, MUTCHK_FORCED)
|
||||
|
||||
animate_clownspell(src)
|
||||
rename_character(real_name, "cluwne")
|
||||
|
||||
unEquip(w_uniform, 1)
|
||||
unEquip(shoes, 1)
|
||||
@@ -37,7 +39,6 @@
|
||||
equip_to_slot_if_possible(new /obj/item/clothing/gloves/cursedclown, slot_gloves, 1, 1, 1)
|
||||
equip_to_slot_if_possible(new /obj/item/clothing/mask/cursedclown, slot_wear_mask, 1, 1, 1)
|
||||
equip_to_slot_if_possible(new /obj/item/clothing/shoes/cursedclown, slot_shoes, 1, 1, 1)
|
||||
real_name = "cluwne"
|
||||
|
||||
/mob/living/carbon/human/proc/makeAntiCluwne()
|
||||
to_chat(src, "<span class='danger'>You don't feel very funny.</span>")
|
||||
@@ -51,8 +52,7 @@
|
||||
|
||||
var/obj/item/organ/internal/honktumor/cursed/tumor = get_int_organ(/obj/item/organ/internal/honktumor/cursed)
|
||||
if(tumor)
|
||||
tumor.remove(src, clean_remove = 1)
|
||||
qdel(tumor)
|
||||
tumor.remove(src)
|
||||
else
|
||||
mutations.Remove(CLUMSY)
|
||||
mutations.Remove(COMICBLOCK)
|
||||
@@ -64,8 +64,6 @@
|
||||
dna.SetSEState(NERVOUSBLOCK, 0)
|
||||
genemutcheck(src, NERVOUSBLOCK, null, MUTCHK_FORCED)
|
||||
|
||||
animate_clownspell(src)
|
||||
|
||||
var/obj/item/clothing/under/U = w_uniform
|
||||
unEquip(w_uniform, 1)
|
||||
if(U)
|
||||
|
||||
Reference in New Issue
Block a user