mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 04:36:53 +01:00
to_chat replacing stream operator
This commit is contained in:
@@ -105,7 +105,7 @@ var/global/list/map_count = list()
|
||||
if(current_cell)
|
||||
dat += get_map_char(map[current_cell])
|
||||
dat += "<br>"
|
||||
user << "[dat]+------+</code>"
|
||||
to_chat(user, "[dat]+------+</code>")
|
||||
|
||||
/datum/random_map/proc/set_map_size()
|
||||
map = list()
|
||||
|
||||
Reference in New Issue
Block a user