Cleans up goldcore defines (#33090)

* Cleans up goldcore defines

* Tweaked commentary.
This commit is contained in:
ShizCalev
2017-11-26 16:51:54 -06:00
committed by KorPhaeron
parent b6741caf7d
commit 2abae67fd0
38 changed files with 74 additions and 69 deletions
+2 -2
View File
@@ -29,9 +29,9 @@
for (var/T in typesof(/mob/living/simple_animal))
var/mob/living/simple_animal/SA = T
switch(initial(SA.gold_core_spawnable))
if(1)
if(HOSTILE_SPAWN)
chemical_mob_spawn_meancritters += T
if(2)
if(FRIENDLY_SPAWN)
chemical_mob_spawn_nicecritters += T
var/atom/A = holder.my_atom
var/turf/T = get_turf(A)