Fixes xenomorph not being able to open their eggs.

This commit is contained in:
phil235
2016-10-16 12:36:42 +02:00
committed by phil235
parent 573ec3f9ba
commit ee14fbc4b8
+3
View File
@@ -238,6 +238,9 @@
/obj/structure/alien/egg/attack_paw(mob/living/user)
return attack_hand(user)
/obj/structure/alien/egg/attack_alien(mob/living/carbon/alien/user)
return attack_hand(user)
/obj/structure/alien/egg/attack_hand(mob/living/user)
if(user.getorgan(/obj/item/organ/alien/plasmavessel))
switch(status)