mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 23:28:10 +01:00
/tg/ era language pass (#8962)
* /tg/ era language pass * Another pass, more generally inc. code comments * Even more word tweakies
This commit is contained in:
@@ -716,7 +716,7 @@ var/global/list/mining_overlay_cache = list()
|
||||
|
||||
/turf/simulated/mineral/proc/artifact_debris(var/severity = 0)
|
||||
//cael's patented random limited drop componentized loot system!
|
||||
//sky's patented not-fucking-retarded overhaul!
|
||||
//sky's patented non-mischievious overhaul!
|
||||
|
||||
//Give a random amount of loot from 1 to 3 or 5, varying on severity.
|
||||
for(var/j in 1 to rand(1, 3 + max(min(severity, 1), 0) * 2))
|
||||
|
||||
Reference in New Issue
Block a user