mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Separates "counting english list" to its own proc
The code is two distinct branches anyway, might as well be like this.
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
to_chat(user, "It is full.")
|
||||
|
||||
if(!src.opened && isobserver(user))
|
||||
to_chat(user, "It contains: [english_list(contents, output_counts = TRUE)].")
|
||||
to_chat(user, "It contains: [counting_english_list(contents)].")
|
||||
|
||||
/obj/structure/closet/CanPass(atom/movable/mover, turf/target)
|
||||
if(wall_mounted)
|
||||
|
||||
Reference in New Issue
Block a user