[MIRROR] /tg/ era language pass

This commit is contained in:
Heroman3003
2023-03-13 15:23:34 +10:00
committed by CHOMPStation2
parent af6e26cfe2
commit 025fac4bf9
35 changed files with 136 additions and 114 deletions

View File

@@ -662,7 +662,7 @@ var/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))