constructible transit tubes day 1 patch (#24739)

* tubes day 1 patch

* i know the PR number now
This commit is contained in:
warriorstar-orion
2024-04-07 10:20:42 +00:00
committed by GitHub
parent 2b3f947987
commit cb691a0bb5
15 changed files with 133 additions and 230 deletions
+8 -2
View File
@@ -330,8 +330,14 @@
T.rpd_act(user, src)
/obj/item/rpd/attack_obj(obj/O, mob/living/user)
if(istype(O, /obj/machinery/atmospherics/pipe) && user.a_intent != INTENT_HARM)
return
if(user.a_intent != INTENT_HARM)
if(istype(O, /obj/machinery/atmospherics/pipe))
return
else if(istype(O, /obj/structure/disposalconstruct))
return
else if(istype(O, /obj/structure/transit_tube_construction))
return
return ..()
#undef RPD_COOLDOWN_TIME