mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +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:
@@ -32,7 +32,7 @@ at the cost of risking a vicious bite.**/
|
||||
if(prob(40))
|
||||
critter_infested = FALSE
|
||||
if(prob(75))
|
||||
var/picked_item = pickweight(loot)
|
||||
var/picked_item = pick_weight(loot)
|
||||
hidden_item = new picked_item(src)
|
||||
loot = null
|
||||
AddElement(/datum/element/swabable, CELL_LINE_TABLE_MOIST, CELL_VIRUS_TABLE_GENERIC, rand(2,4), 20)
|
||||
|
||||
Reference in New Issue
Block a user