Minor tweaks

This commit is contained in:
TheDZD
2016-07-09 11:37:26 -04:00
parent 9cfb3dc644
commit a144980bde
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
adjustBrainLoss(80)
nutrition = 9000
overeatduration = 9000
confused = 120
confused = 30
if(mind)
mind.assigned_role = "Cluwne"
@@ -217,3 +217,4 @@
lefthand_file = 'icons/goonstation/mob/inhands/clothing_lefthand.dmi'
righthand_file = 'icons/goonstation/mob/inhands/clothing_righthand.dmi'
flags = NODROP
shoe_sound = "clownstep"
@@ -488,6 +488,7 @@
/obj/item/organ/internal/honktumor/cursed/remove(mob/living/carbon/M, special = 0, clean_remove = 0)
..()
if(!clean_remove)
visible_message("<span class='warning'>[src] vanishes into dust, and a [M] emits a loud honk!</span>", "<span class='notice'>You hear a loud honk.</span>")
insert(M) //You're not getting away that easily!
else
qdel(src)