mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Glowshrooms now only spread on asteroid tiles.
Walking mushrooms have their yield reduced to 1 from 4. Poncho and sombrero on-mob sprites added. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2096 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -61,10 +61,9 @@
|
||||
if(prob(spreadIntoAdjacentChance))
|
||||
spreadsIntoAdjacent = 1
|
||||
|
||||
for(var/turf/turf in view(3,src))
|
||||
if(!turf.density && !istype(turf,/turf/space))
|
||||
if(spreadsIntoAdjacent || !locate(/obj/glowshroom) in view(1,turf))
|
||||
possibleLocs += turf
|
||||
for(var/turf/simulated/floor/plating/airless/asteroid/earth in view(3,src))
|
||||
if(spreadsIntoAdjacent || !locate(/obj/glowshroom) in view(1,earth))
|
||||
possibleLocs += earth
|
||||
|
||||
if(!possibleLocs.len)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user