Antag reputation rewards are now configurable

This commit is contained in:
Jordan Brown
2018-06-02 19:48:19 -04:00
committed by letterjay
parent 5bf3bd761d
commit 7be9b6ebf9
5 changed files with 22 additions and 2 deletions
@@ -288,6 +288,7 @@
/datum/config_entry/flag/shift_time_realtime
<<<<<<< HEAD
//Cit changes - Adds config options for crew objectives and miscreants
/datum/config_entry/flag/allow_crew_objectives
@@ -304,4 +305,11 @@
/datum/config_entry/number/nightshift_finish
config_entry_value = 6
//End of Cit changes
//End of Cit changes
=======
/datum/config_entry/keyed_number_list/antag_rep
/datum/config_entry/number/monkeycap
config_entry_value = 64
min_val = 0
>>>>>>> d060e4e... Antag reputation rewards are now configurable (#38077)
+1 -1
View File
@@ -422,7 +422,7 @@ SUBSYSTEM_DEF(job)
else
M = H
SSpersistence.antag_rep_change[M.client.ckey] += job.antag_rep
SSpersistence.antag_rep_change[M.client.ckey] += job.GetAntagRep()
to_chat(M, "<b>You are the [rank].</b>")
if(job)