mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Fixes interactions (reset to TG state) (#12612)
Co-authored-by: nevimer <fakemail@nomail.com>
This commit is contained in:
@@ -536,10 +536,6 @@
|
||||
if(!.)
|
||||
return FALSE
|
||||
|
||||
var/turf/user_turf = get_turf(user)
|
||||
var/turf/machine_turf = get_turf(src)
|
||||
if(!(user_turf in machine_turf.atmos_adjacent_turfs))
|
||||
return FALSE
|
||||
|
||||
if((interaction_flags_machine & INTERACT_MACHINE_REQUIRES_SIGHT) && user.is_blind())
|
||||
to_chat(user, span_warning("This machine requires sight to use."))
|
||||
|
||||
Reference in New Issue
Block a user