mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
cleanup _HELPERS/_lists.dm and all the necessary files (#61827)
Bring _HELPERS/_lists.dm to latest standards by: -Adding proper documentation and fixing existing one -Giving vars proper names -Procs now use snake case as per standard (many files that use those procs will be affected)
This commit is contained in:
@@ -268,7 +268,7 @@ LINEN BINS
|
||||
|
||||
/obj/item/bedsheet/dorms/Initialize(mapload)
|
||||
..()
|
||||
var/type = pickweight(list("Colors" = 80, "Special" = 20))
|
||||
var/type = pick_weight(list("Colors" = 80, "Special" = 20))
|
||||
switch(type)
|
||||
if("Colors")
|
||||
type = pick(list(/obj/item/bedsheet,
|
||||
|
||||
Reference in New Issue
Block a user