mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
RFD-P Storage Use Fix (#8523)
This commit is contained in:
@@ -476,7 +476,7 @@ RFD Piping-Class
|
||||
to_chat(user, SPAN_NOTICE("Selected pipe: <b>[pipe_examine]</b>"))
|
||||
|
||||
/obj/item/rfd/piping/afterattack(atom/A, mob/user, proximity)
|
||||
if(!proximity)
|
||||
if(!proximity || !isturf(A))
|
||||
return
|
||||
if(istype(get_area(A), /area/shuttle) || istype(get_area(A), /turf/space))
|
||||
to_chat(user, SPAN_WARNING("You can't lay pipe here!"))
|
||||
|
||||
Reference in New Issue
Block a user