/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:
Cerebulon
2023-02-24 23:33:52 -08:00
committed by GitHub
parent b1b13d520e
commit 69ba99b5e6
36 changed files with 139 additions and 160 deletions
+1 -1
View File
@@ -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))