mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Ghosts no longer block emitter pulses.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@46 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1018,7 +1018,7 @@
|
||||
step_towards(src, src.current)
|
||||
// make it able to hit lying-down folk
|
||||
var/list/dudes = list()
|
||||
for(var/mob/M in src.loc)
|
||||
for(var/mob/living/M in src.loc)
|
||||
dudes += M
|
||||
if(dudes.len)
|
||||
src.Bump(pick(dudes))
|
||||
|
||||
Reference in New Issue
Block a user