mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] reimplements attack and player logs (#12553)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
bb90e792ca
commit
99afe463dc
@@ -29,11 +29,11 @@
|
||||
var/postfix = "[sobject][saddition][hp]"
|
||||
|
||||
var/message = "[what_done] [starget][postfix]"
|
||||
user.log_message(message, LOG_ATTACK, color="red")
|
||||
user.log_message(message, LOG_ATTACK, color="#ff0000")
|
||||
|
||||
if(user != target)
|
||||
var/reverse_message = "was [what_done] by [ssource][postfix]"
|
||||
target.log_message(reverse_message, LOG_VICTIM, color="orange", log_globally=FALSE)
|
||||
target.log_message(reverse_message, LOG_VICTIM, color="#ffb300", log_globally=FALSE)
|
||||
|
||||
/// Log for vore interactions
|
||||
/proc/log_vore(text, list/data)
|
||||
|
||||
Reference in New Issue
Block a user