mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
replaced one variable with one word (#18504)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
count++
|
||||
|
||||
if(tasks_completed >= 1)
|
||||
text += "<br> <font color='green'><B>[employee.name] did [employee.p_their()] fucking job!</B></font>"
|
||||
text += "<br> <font color='green'><B>[employee.name] did their fucking job!</B></font>"
|
||||
SSblackbox.record_feedback("tally", "employee_success", 1, "SUCCESS")
|
||||
else
|
||||
SSblackbox.record_feedback("tally", "employee_success", 1, "FAIL")
|
||||
|
||||
Reference in New Issue
Block a user