mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Morgue Updating [Hooks P4]
This commit is contained in:
@@ -70,5 +70,4 @@
|
||||
AA.display_to(list(src))
|
||||
|
||||
update_client_colour(0)
|
||||
|
||||
callHook("mob_login", list("client" = client, "mob" = src))
|
||||
update_morgue()
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
send2irc(config.admin_notify_irc, "[key_name(src)] logged out - No active admins, [admincounter[2]] non-admin staff, [admincounter[3]] inactive staff.")
|
||||
|
||||
..()
|
||||
callHook("mob_logout", list("client" = client, "mob" = src))
|
||||
update_morgue()
|
||||
return 1
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
loc = pick(watch_locations)
|
||||
*/
|
||||
|
||||
callHook("mob_login", list("client" = client, "mob" = src))
|
||||
update_morgue() // Why is this called for new players that dont even have a morgue
|
||||
|
||||
new_player_panel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user