Merge pull request #42182 from coiax/fixes-void-popping

Fixes mobs being left in inconsistent state with the Void mutation
This commit is contained in:
oranges
2019-01-04 13:15:10 +13:00
committed by GitHub
3 changed files with 48 additions and 52 deletions
+8
View File
@@ -296,6 +296,14 @@
name = "\improper DNA injector (Anti-Laser Eyes)"
remove_mutations = list(LASEREYES)
/obj/item/dnainjector/void
name = "\improper DNA injector (Void)"
add_mutations = list(VOID)
/obj/item/dnainjector/antivoid
name = "\improper DNA injector (Anti-Void)"
remove_mutations = list(VOID)
/obj/item/dnainjector/timed
var/duration = 600