mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Update code/game/machinery/feeder.dm
Co-authored-by: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
if(attached)
|
||||
|
||||
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
|
||||
update_icon()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user