Update code/game/machinery/feeder.dm

Co-authored-by: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com>
This commit is contained in:
Razgriz
2020-11-04 03:06:18 -07:00
committed by GitHub
parent 10be6bb563
commit 1a89188473

View File

@@ -82,7 +82,7 @@
if(attached) if(attached)
if(!(get_dist(src, attached) <= 1 && isturf(attached.loc))) if(!(get_dist(src, attached) <= 1 && isturf(attached.loc)))
visible_message("The tube is pulled out of [attached]") visible_message("The tube is pulled out of [attached].")
attached = null attached = null
update_icon() update_icon()
return return