Skip to content

Commit

Permalink
downtown detroit
Browse files Browse the repository at this point in the history
  • Loading branch information
casualspacestation14enjoyer committed Dec 4, 2024
1 parent 4f15347 commit a75815f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/implants/implant_abductor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
new /obj/effect/temp_visual/dir_setting/ninja(get_turf(imp_in), imp_in.dir)
for(var/obj/effect/landmark/abductor/LM in GLOB.landmarks_list)
imp_in.forceMove(LM.loc)
if(imp_in.pulling)
new /obj/effect/temp_visual/dir_setting/ninja(get_turf(imp_in.pulling), imp_in.pulling.dir)
imp_in.pulling.forceMove(LM.loc)
break

/obj/item/implant/abductor/implant(mob/living/target, mob/user, silent = FALSE, force = FALSE)
Expand Down
3 changes: 3 additions & 0 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,11 @@ GLOBAL_PROTECT(admin_verbs_hideable)
H.STACON = 20
H.STAEND = 20

to_chat(H, "<span class='info'>This is a role for scaring people IC and kidnapping griefers and shit.</span>")

ADD_TRAIT(H, TRAIT_ABDUCTOR_TRAINING, TRAIT_GENERIC)
ADD_TRAIT(H, TRAIT_ABDUCTOR_SCIENTIST_TRAINING, TRAIT_GENERIC)
ADD_TRAIT(H, TRAIT_NOMOOD, TRAIT_GENERIC)
var/obj/item/implant/abductor/beamplant = new /obj/item/implant/abductor(H)
beamplant.implant(H)
for(var/obj/effect/landmark/abductor/LM in GLOB.landmarks_list)
Expand Down

0 comments on commit a75815f

Please sign in to comment.