mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
constructible transit tubes day 1 patch (#24739)
* tubes day 1 patch * i know the PR number now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user