CrazyLemon RPD changes

This commit is contained in:
Kyep
2018-08-15 22:36:53 -07:00
parent 7cebfc20c4
commit 1e894f11ee
6 changed files with 30 additions and 10 deletions
@@ -258,6 +258,7 @@
return
/obj/structure/disposalconstruct/rpd_act(mob/user, obj/item/rpd/our_rpd)
. = TRUE
if(our_rpd.mode == RPD_ROTATE_MODE)
rotate()
else if(our_rpd.mode == RPD_FLIP_MODE)
@@ -265,4 +266,4 @@
else if(our_rpd.mode == RPD_DELETE_MODE)
our_rpd.delete_single_pipe(user, src)
else
..()
return ..()