Antag reputation rewards are now configurable (#38077)

* Antag reputation rewards are now configurable

* Use keyed_number_list for antag rep
This commit is contained in:
Jordan Brown
2018-06-02 16:48:19 -07:00
committed by Tad Hardesty
parent 32e8c342a4
commit d060e4e996
5 changed files with 15 additions and 1 deletions
@@ -288,6 +288,8 @@
/datum/config_entry/flag/shift_time_realtime
/datum/config_entry/keyed_number_list/antag_rep
/datum/config_entry/number/monkeycap
config_entry_value = 64
min_val = 0
+1 -1
View File
@@ -420,7 +420,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)