Removes some words to avoid possible problems with github terms of service (#8695)

This commit is contained in:
Alberyk
2020-04-22 16:29:56 -03:00
committed by GitHub
parent a91fed131a
commit 084d38fe2f
12 changed files with 14 additions and 22 deletions
-3
View File
@@ -428,9 +428,6 @@ var/list/mineral_can_smooth_with = 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!
//geeves' making this not look like shit!
//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))