mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Corrected commented code
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user