mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Makes certain scening NIF programs have less wear (#7246)
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
desc = "A system that allows one to apply 'laws' to sapient life. Extremely illegal, of course."
|
desc = "A system that allows one to apply 'laws' to sapient life. Extremely illegal, of course."
|
||||||
list_pos = NIF_COMPLIANCE
|
list_pos = NIF_COMPLIANCE
|
||||||
cost = 8200
|
cost = 8200
|
||||||
wear = 4
|
wear = 1
|
||||||
illegal = TRUE
|
illegal = TRUE
|
||||||
vended = FALSE
|
vended = FALSE
|
||||||
access = 999 //Prevents anyone from buying it without an emag.
|
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."
|
desc = "A system that allows one to change their size, through drastic mass rearrangement. Causes significant wear when installed."
|
||||||
list_pos = NIF_SIZECHANGE
|
list_pos = NIF_SIZECHANGE
|
||||||
cost = 375
|
cost = 375
|
||||||
wear = 6
|
wear = 0.5
|
||||||
|
|
||||||
/datum/nifsoft/sizechange/activate()
|
/datum/nifsoft/sizechange/activate()
|
||||||
if((. = ..()))
|
if((. = ..()))
|
||||||
|
|||||||
Reference in New Issue
Block a user