Xenos gamemode rework

This commit is contained in:
Markolie
2014-12-13 02:08:22 +01:00
parent fa540e3b89
commit 37b86cd8f1
63 changed files with 14682 additions and 15181 deletions
+3 -5
View File
@@ -146,7 +146,7 @@
user.visible_message(msg, self_msg)
target.op_stage.ribcage = 0
//////////////////////////////////////////////////////////////////
// ALIEN EMBRYO SURGERY //
//////////////////////////////////////////////////////////////////
@@ -163,7 +163,7 @@
can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
var/embryo = 0
for(var/mob/living/carbon/alien/embryo/A in target)
for(var/obj/item/alien_embryo/A in target)
embryo = 1
break
return ..() && embryo && target.op_stage.ribcage == 2
@@ -179,10 +179,8 @@
user.visible_message("\red [user] rips the larva out of [target]'s ribcage!",
"You rip the larva out of [target]'s ribcage!")
for(var/mob/living/carbon/alien/embryo/A in target)
for(var/obj/item/alien_embryo/A in target)
A.loc = A.loc.loc
A.death()
//////////////////////////////////////////////////////////////////
// CHEST INTERNAL ORGAN SURGERY //