mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Fixes #6575 and a few other issues
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.
This commit is contained in:
3
code/defines/procs/admin.dm
Normal file
3
code/defines/procs/admin.dm
Normal file
@@ -0,0 +1,3 @@
|
||||
proc/log_and_message_admins(var/message as text)
|
||||
log_admin("[usr]([usr.ckey]) " + message)
|
||||
message_admins("[usr]([usr.ckey]) " + message)
|
||||
Reference in New Issue
Block a user