egg click cooldown fixed, HEADCOVERSMOUTH removed from inappropriate items

This commit is contained in:
Hornygranny
2014-08-29 16:38:27 -07:00
parent 2d3756f509
commit 01b01609fe
4 changed files with 7 additions and 5 deletions
+2
View File
@@ -327,6 +327,7 @@
/obj/structure/alien/egg/attack_hand(mob/user)
user << "<span class='notice'>It feels slimy.</span>"
user.changeNext_move(CLICK_CD_MELEE)
/obj/structure/alien/egg/proc/GetFacehugger()
@@ -378,6 +379,7 @@
playsound(loc, 'sound/items/Welder.ogg', 100, 1)
health -= damage
user.changeNext_move(CLICK_CD_MELEE)
healthcheck()