clean up & remove longfall boots

This commit is contained in:
Jerry Wester
2022-12-19 23:07:06 -07:00
parent b1b4f96053
commit d3c72669d9
12 changed files with 9 additions and 78 deletions

View File

@@ -1,5 +1,3 @@
#define MOD_ACTIVATION_STEP_FLAGS IGNORE_USER_LOC_CHANGE|IGNORE_TARGET_LOC_CHANGE|IGNORE_HELD_ITEM|IGNORE_INCAPACITATED
/// Creates a radial menu from which the user chooses parts of the suit to deploy/retract. Repeats until all parts are extended or retracted.
/obj/item/mod/control/proc/choose_deploy(mob/user)
if(!length(mod_parts))
@@ -246,5 +244,3 @@
for(var/obj/item/part in mod_parts)
seal_part(part, seal = TRUE)
finish_activation(on = TRUE)
#undef MOD_ACTIVATION_STEP_FLAGS