mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
-Quick fix for canisters. They will update when you're near them again.
-Added a link to a guide in the changelog. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5049 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -199,6 +199,9 @@
|
||||
return src.attack_hand(user)
|
||||
|
||||
/obj/machinery/portable_atmospherics/canister/attack_hand(var/mob/user as mob)
|
||||
return src.interact(user)
|
||||
|
||||
/obj/machinery/portable_atmospherics/canister/interact(var/mob/user as mob)
|
||||
if (src.destroyed)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user