Posts: 144
	Threads: 19
	Joined: May 2013
	
	
 
	
	
		If you click on a dark or otherwise obscured tile, your click doesn't register. Sort of a minor issue, but it means you can't fire shots off into shadows and you have to be careful when using a gun not to click on areas you can't see.
This has been a thing since forever and if it isn't too much of a hassle it would be nice to see it fixed.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 464
	Threads: 12
	Joined: Nov 2012
	
BYOND Username: Xeram
	
 
	
	
		We wish to cast magic missile at the darkness.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 787
	Threads: 25
	Joined: Sep 2012
	
BYOND Username: magicmountain
Character Name: Dr. Singh
	
 
	
	
		This is a byond thing and it's too much of a hassle.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,703
	Threads: 33
	Joined: Nov 2013
	
BYOND Username: KikiMofo
	
 
	
	
		To be honest if you really want to fire into the dark you can fire in front of you where you can still see in the dark and the projectile with go into the dark.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 144
	Threads: 19
	Joined: May 2013
	
	
 
	
	
		magic mountain Wrote:This is a byond thing and it's too much of a hassle.
If it helps, /tg/ code doesn't have this problem. You could always poke around there.
KikiMofo Wrote:To be honest if you really want to fire into the dark you can fire in front of you where you can still see in the dark and the projectile with go into the dark.
In total darkness you can only see one tile ahead. You need at least two tiles length in order to fire a projectile (probably to avoid conflictions with pointblanking?)
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 2,703
	Threads: 33
	Joined: Nov 2013
	
BYOND Username: KikiMofo
	
 
	
	
		Mofleaker Wrote:KikiMofo Wrote:To be honest if you really want to fire into the dark you can fire in front of you where you can still see in the dark and the projectile with go into the dark.
In total darkness you can only see one tile ahead. You need at least two tiles length in order to fire a projectile (probably to avoid conflictions with pointblanking?)
With cateyes trait you can see 2 or 3 ahead of you in the dark. Maybe people who want to shoot in the dark should use that trait. Would kinda make sense.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 1,087
	Threads: 24
	Joined: Feb 2015
	
BYOND Username: medsal15
	
 
	
	
		KikiMofo Wrote:Mofleaker Wrote:KikiMofo Wrote:To be honest if you really want to fire into the dark you can fire in front of you where you can still see in the dark and the projectile with go into the dark.
In total darkness you can only see one tile ahead. You need at least two tiles length in order to fire a projectile (probably to avoid conflictions with pointblanking?)
With cateyes trait you can see 2 or 3 ahead of you in the dark. Maybe people who want to shoot in the dark should use that trait. Would kinda make sense.
For an unknown reason I can see 2 tiles in the dark 
without cat eyes/light source.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 144
	Threads: 19
	Joined: May 2013
	
	
 
	
	
		Mofleaker Wrote:If it helps, /tg/ code doesn't have this problem. You could always poke around there.
So I'm not sure what the coders' stance is on using code from the opensource codebases, but I figured I'd share the PR that fixed it for convenience's sake:
https://github.com/tgstation/-tg-station/pull/9963
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 144
	Threads: 19
	Joined: May 2013
	
	
 
	
	
		correction: whoops wrong link, here's the proper fix 
https://github.com/tgstation/-tg-station/pull/10272
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 959
	Threads: 27
	Joined: Sep 2012
	
BYOND Username: BlackPhoenix0928
	
 
	
	
		KikiMofo Wrote:Mofleaker Wrote:KikiMofo Wrote:To be honest if you really want to fire into the dark you can fire in front of you where you can still see in the dark and the projectile with go into the dark.
In total darkness you can only see one tile ahead. You need at least two tiles length in order to fire a projectile (probably to avoid conflictions with pointblanking?)
With cateyes trait you can see 2 or 3 ahead of you in the dark. Maybe people who want to shoot in the dark should use that trait. Would kinda make sense.
Or any one of you could turn on your flashlight on your PDA. That gives you a good range of sight, without even upgrading.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 770
	Threads: 157
	Joined: Jul 2015
	
BYOND Username:  ErikHanson
	
 
	
	
		magic mountain Wrote:This is a byond thing and it's too much of a hassle.
What he said, doing this would require you to add something on top of the screen to catch the click, translate the screenpos to a loc and do other things, snowflaky.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 425
	Threads: 14
	Joined: Feb 2014
	
BYOND Username: Zafh
Character Name: Reset Naywalk / ASCII-(Something)
	
 
	
	
		Pretty sure you can still shoot in pitch blackness with or without cateyes.
Just aim at that second square away from you or something - in the dark, your accuracy is measured by how well you estimate your shots, not pure vision.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 659
	Threads: 32
	Joined: Aug 2014
	
	
 
	
	
		Was once attempted to be fixed, caused you to unload your gun when clicking on a backpack. Sorry.