mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 03:53:33 +00:00
Fixed issue 281. Rockdtben is working on a more comprehensive fix, but this will do for now.
Fixed issue 396. (delicious low hanging fruit) Fixed issue 165. "Fixed". I removed the effects of the welding fuel reagent, seeing as a proper fix doesn't seem to be forthcoming. Fixed being able to create thousands of stools in a single turf. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3267 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -112,7 +112,7 @@ to null does not delete the object itself. Thank you.
|
||||
if(spread_type != AIRBORNE && spread_type != SPECIAL)
|
||||
check_range = 0 // everything else, like infect-on-contact things, only infect things on top of it
|
||||
|
||||
for(var/mob/living/carbon/M in oviewers(check_range, source))
|
||||
for(var/mob/living/carbon/M in oview(check_range, source)) //I have no idea why oview works when oviewers doesn't. -Pete
|
||||
M.contract_disease(src)
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user