mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Ejecting ink cartridge from airlock painter now requires proximity (#76092)
## About The Pull Request Fixes #76073 ## Changelog 🆑 fix: you need to be in proximity of the airlock painter to eject its cartridge. /🆑
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
|
||||
/obj/item/airlock_painter/AltClick(mob/user)
|
||||
. = ..()
|
||||
if(ink)
|
||||
if(ink && user.can_perform_action(src))
|
||||
playsound(src.loc, 'sound/machines/click.ogg', 50, TRUE)
|
||||
ink.forceMove(user.drop_location())
|
||||
user.put_in_hands(ink)
|
||||
|
||||
Reference in New Issue
Block a user