mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
[MIRROR] Multi-Z Support for Lazy Templates | Cleans up some turf flag misuse [MDB IGNORE] (#23794)
* Multi-Z Support for Lazy Templates | Cleans up some turf flag misuse * Update hilbertshotel.dm * Modular proc ref --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -1059,7 +1059,7 @@ GLOBAL_PROTECT(admin_verbs_poll)
|
||||
|
||||
if(!isobserver(usr))
|
||||
admin_ghost()
|
||||
usr.forceMove(coords2turf(reservation.bottom_left_coords))
|
||||
usr.forceMove(reservation.bottom_left_turfs[1])
|
||||
|
||||
message_admins("[key_name_admin(usr)] has loaded lazy template '[choice]'")
|
||||
to_chat(usr, span_boldnicegreen("Template loaded, you have been moved to the bottom left of the reservation."))
|
||||
|
||||
Reference in New Issue
Block a user