mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Makes RPDs not smash pipes when placing a new pipe (#19205)
* rpdrpdrpdrpd * lewc revision * whoopsies I accidently removed a param
This commit is contained in:
@@ -288,6 +288,11 @@
|
||||
|
||||
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
|
||||
return ..()
|
||||
|
||||
#undef RPD_COOLDOWN_TIME
|
||||
#undef RPD_WALLBUILD_TIME
|
||||
#undef RPD_MENU_ROTATE
|
||||
|
||||
Reference in New Issue
Block a user