Makes certain scening NIF programs have less wear (#7246)

This commit is contained in:
Grey
2023-11-23 06:48:49 -05:00
committed by GitHub
parent a537847f6a
commit 185d24d88a

View File

@@ -93,7 +93,7 @@
desc = "A system that allows one to apply 'laws' to sapient life. Extremely illegal, of course."
list_pos = NIF_COMPLIANCE
cost = 8200
wear = 4
wear = 1
illegal = TRUE
vended = FALSE
access = 999 //Prevents anyone from buying it without an emag.
@@ -123,7 +123,7 @@
desc = "A system that allows one to change their size, through drastic mass rearrangement. Causes significant wear when installed."
list_pos = NIF_SIZECHANGE
cost = 375
wear = 6
wear = 0.5
/datum/nifsoft/sizechange/activate()
if((. = ..()))