This commit is contained in:
BlackMajor
2021-04-10 03:50:13 -07:00
committed by GitHub
parent 3e7c6d7261
commit 5a012c3ba3
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
illegal = TRUE
wear = 3
access = 999 //Prevents anyone from buying it without an emag.
activates = FALSE //It's armor.
//CHOMPSTATION edit. Makes NIF armour toggleable.
combat_flags = (NIF_C_BRUTEARMOR) // Default on when installed, clear when uninstalled
/datum/nifsoft/burn_armor
@@ -19,7 +19,7 @@
illegal = TRUE
wear = 3
access = 999 //Prevents anyone from buying it without an emag.
activates = FALSE //It's armor.
//CHOMPSTATION edit. Makes NIF armour toggleable.
combat_flags = (NIF_C_BURNARMOR) // Default on when installed, clear when uninstalled
/datum/nifsoft/painkillers