Skip to content

Commit

Permalink
Merge pull request #180 from Huz2e:spacesuits
Browse files Browse the repository at this point in the history
Spacesuits helmets slowdown removal
  • Loading branch information
Huz2e authored Nov 9, 2024
2 parents 39fc383 + 81878d9 commit 97e2192
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions massmeta/features/revert_spacesuits/spacesuits.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/obj/item/clothing/head/helmet/space
slowdown = 0

/obj/item/clothing/suit/space
slowdown = 0.7

/obj/item/clothing/head/helmet/space/nasavoid/old
slowdown = 0

/obj/item/clothing/suit/space/nasavoid/old
slowdown = 3.5

/obj/item/clothing/head/helmet/space/fragile
slowdown = 0

/obj/item/clothing/suit/space/fragile
slowdown = 1.5

/obj/item/clothing/head/helmet/space/orange
slowdown = 0

/obj/item/clothing/suit/space/orange
slowdown = 1
2 changes: 2 additions & 0 deletions massmeta/modular_meta.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@
//Testicular_torsion wizard
#include "code\modules\spells\spell_types\touch\testicular_torsion.dm"
#include "code\modules\antags\wizard\equipment\spellbook_entries\offensive.dm"

#include "features\revert_spacesuits\spacesuits.dm"

0 comments on commit 97e2192

Please sign in to comment.