mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
- Something like a global map for extended and sandbox gamemodes. Explore space, blow up the asteroids, collect resources, build your own station. WIP
- Exosuit object. Patrially working. WIP. - Disease transmission on touch - Various minor changes. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@386 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -268,7 +268,7 @@ to null does not delete the object itself. Thank you.
|
||||
|
||||
var/check_range = AIRBORNE//defaults to airborne - range 4
|
||||
if(src.spread_type != AIRBORNE)
|
||||
check_range = 1
|
||||
check_range = 0
|
||||
|
||||
for(var/mob/living/carbon/M in oviewers(check_range, source))
|
||||
M.contract_disease(src)
|
||||
|
||||
Reference in New Issue
Block a user