mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
E-magging a bot, any bot, now produces adming logs. Now plays a sound when an ED-209 fires its laser. ED-209 no longer transform into Beepsky when attacking simple animals ED-209 can again use its laser.
4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
proc/log_and_message_admins(var/message as text)
|
|
log_admin("[usr]([usr.ckey]) " + message)
|
|
message_admins("[usr]([usr.ckey]) " + message)
|