Merge pull request #10123 from Novacat/nova-ert

Ports Chomp fix for Burn/brute nifsoft
This commit is contained in:
Novacat
2021-04-10 12:47:05 +00:00
committed by Chompstation Bot
parent 3e7c6d7261
commit aa20186609
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,6 @@
illegal = TRUE
wear = 3
access = 999 //Prevents anyone from buying it without an emag.
activates = FALSE //It's armor.
combat_flags = (NIF_C_BRUTEARMOR) // Default on when installed, clear when uninstalled
/datum/nifsoft/burn_armor
@@ -19,7 +18,6 @@
illegal = TRUE
wear = 3
access = 999 //Prevents anyone from buying it without an emag.
activates = FALSE //It's armor.
combat_flags = (NIF_C_BURNARMOR) // Default on when installed, clear when uninstalled
/datum/nifsoft/painkillers