mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Mutants - HNZ1 - A medical and scientific adventure! (#4664)
* aaa * AAAAAAAA * aaa * aaaaa * aaa * Update zombie_cure.dm * Update zombie_techweb.dm * Update zombie_cure.dm * Update zombie_cure.dm * a * THEY ARE MUTANTS, NOT ZOMBIES * aaaaa * aaaa * Update mutant_event.dm * aaaaa * aaaa * Update mutant_cure.dm * Update mutant_cure.dm * aaaaaaaaaaaa * Update mutant_parts_greyscale.dmi * aaaa * Create research2.dmm * 0 * Update mutant_datum.dm * Update research2.dmm * aaaa * Update mutant_datum.dm * aaaa * aaaa * Update mutant_cure.dm * Update mutant_cure.dm * Update mutant_cure.dm * Update mutant_datum.dm
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
|
||||
/datum/surgery/advanced/necrotic_revival/can_start(mob/user, mob/living/carbon/target)
|
||||
. = ..()
|
||||
var/obj/item/organ/zombie_infection/ZI = target.getorganslot(ORGAN_SLOT_ZOMBIE)
|
||||
if(ZI)
|
||||
if(target.GetComponent(/datum/component/mutant_infection)) //SKYRAT EDIT CHANGE
|
||||
return FALSE
|
||||
|
||||
/datum/surgery_step/bionecrosis
|
||||
@@ -32,7 +31,5 @@
|
||||
display_results(user, target, "<span class='notice'>You succeed in growing a romerol tumor on [target]'s brain.</span>",
|
||||
"<span class='notice'>[user] successfully grows a romerol tumor on [target]'s brain!</span>",
|
||||
"<span class='notice'>[user] completes the surgery on [target]'s brain.</span>")
|
||||
if(!target.getorganslot(ORGAN_SLOT_ZOMBIE))
|
||||
var/obj/item/organ/zombie_infection/ZI = new()
|
||||
ZI.Insert(target)
|
||||
try_to_zombie_infect(target) //SKYRAT EDIT CHANGE
|
||||
return ..()
|
||||
|
||||
@@ -302,7 +302,6 @@
|
||||
var/obj/item/organ/zombie_infection/ooze = owner.getorganslot(ORGAN_SLOT_ZOMBIE)
|
||||
if(istype(ooze))
|
||||
ooze.transfer_to_limb(src, owner)
|
||||
|
||||
name = "[owner.real_name]'s head"
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user