Skip to content

Commit

Permalink
lints upd
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Feb 1, 2024
1 parent ecae8b1 commit a81a4ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
3 changes: 0 additions & 3 deletions code/__HELPERS/unsorted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
else if(x<0)
.+=360

//Better performant than an artisanal proc and more reliable than Turn(). From TGMC.
#define REVERSE_DIR(dir) ( ((dir & 85) << 1) | ((dir & 170) >> 1) )

//Returns location. Returns null if no location was found.
/proc/get_teleport_loc(turf/location,mob/target,distance = 1, density = FALSE, errorx = 0, errory = 0, eoffsetx = 0, eoffsety = 0)
/*
Expand Down
20 changes: 10 additions & 10 deletions modular_dripstation/code/modules/bepis/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 3500)
hidden = TRUE
experimental = TRUE

///datum/techweb_node/tackle_advanced
// id = "tackle_advanced"
// display_name = "Advanced Grapple Technology"
// description = "Nanotrasen would like to remind its researching staff that it is never acceptable to \"glomp\" your coworkers, and further \"scientific trials\" on the subject \
// will no longer be accepted in its academic journals."
// design_ids = list("tackle_dolphin", "tackle_rocket")
// research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
// hidden = TRUE
// experimental = TRUE
/*
/datum/techweb_node/tackle_advanced
id = "tackle_advanced"
display_name = "Advanced Grapple Technology"
description = "Nanotrasen would like to remind its researching staff that it is never acceptable to \"glomp\" your coworkers, and further \"scientific trials\" on the subject will no longer be accepted in its academic journals."
design_ids = list("tackle_dolphin", "tackle_rocket")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
hidden = TRUE
experimental = TRUE
*/

0 comments on commit a81a4ff

Please sign in to comment.