TG fixes - Fix transformation burger and powersink fucking up fully charged APCs

This commit is contained in:
clusterfack
2014-12-27 12:38:43 -06:00
parent 3721987494
commit f84c54ac9f
3 changed files with 2 additions and 3 deletions

View File

@@ -55,11 +55,9 @@
if(src.gibbed != 0) return 0
var/turf/T = find_loc(affected_mob)
gibs(T)
src.cure(0)
gibbed = 1
var/mob/living/carbon/human/H = affected_mob
if(istype(H) && !jobban_isbanned(affected_mob, "Cyborg"))
H.Robotize()
else
affected_mob.death(1)

View File

@@ -55,7 +55,6 @@
if(gibbed != 0) return 0
var/turf/T = find_loc(affected_mob)
gibs(T)
src.cure(0)
gibbed = 1
affected_mob:Alienize()