Corrected commented code

This commit is contained in:
Spades
2019-01-11 22:33:53 -05:00
parent 096ae8e226
commit fb6f5e33ca

View File

@@ -49,7 +49,7 @@
if(shadekin) if(shadekin)
shadekin.death() shadekin.death()
/*if(SMITE_SHADEKIN_NOMF) // Disabled until shadekin are reenabled. /*if(SMITE_SHADEKIN_NOMF)
var/list/kin_types = list( var/list/kin_types = list(
"Red Eyes (Dark)" = /mob/living/simple_animal/shadekin/red/dark, "Red Eyes (Dark)" = /mob/living/simple_animal/shadekin/red/dark,
"Red Eyes (Light)" = /mob/living/simple_animal/shadekin/red/white, "Red Eyes (Light)" = /mob/living/simple_animal/shadekin/red/white,
@@ -73,7 +73,7 @@
var/kin_type = input("Select the type of shadekin for [target] nomf","Shadekin Type Choice") as null|anything in kin_types var/kin_type = input("Select the type of shadekin for [target] nomf","Shadekin Type Choice") as null|anything in kin_types
if(!kin_type || !target) if(!kin_type || !target)
return return
*/
kin_type = kin_types[kin_type] kin_type = kin_types[kin_type]
@@ -118,6 +118,7 @@
target.ghostize() target.ghostize()
qdel(target) qdel(target)
qdel(shadekin) qdel(shadekin)
*/
if(SMITE_REDSPACE_ABDUCT) if(SMITE_REDSPACE_ABDUCT)
redspace_abduction(target, src) redspace_abduction(target, src)