should be ready.

This commit is contained in:
Ghommie
2019-06-06 19:24:20 +02:00
parent 44358e054a
commit d3d2b8d898
168 changed files with 444 additions and 444 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
for(var/A in mutations)
target.dna.add_mutation(A)
for(var/A in traits)
target.add_trait(A, GENETICS_SPELL)
ADD_TRAIT(target, A, GENETICS_SPELL)
active_on += target
addtimer(CALLBACK(src, .proc/remove, target), duration)
@@ -41,4 +41,4 @@
for(var/A in mutations)
target.dna.remove_mutation(A)
for(var/A in traits)
target.remove_trait(A, GENETICS_SPELL)
REMOVE_TRAIT(target, A, GENETICS_SPELL)