Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DTraitor committed Sep 22, 2023
1 parent 624f2f9 commit cd50383
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion deadspace/code/datums/keybindingins/necromorph.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/datum/keybinding/necromorph
category = CATEGORY_NECRO
weight = WEIGHT_MOB

/datum/keybinding/necromorph/can_use(client/user)
return isnecromorph(user.mob)
Expand Down
1 change: 0 additions & 1 deletion deadspace/code/datums/keybindingins/signal.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/datum/keybinding/marker_signal
category = CATEGORY_MISC
weight = WEIGHT_MOB

/datum/keybinding/marker_signal/can_use(client/user)
return ismarkereye(user.mob)
Expand Down
1 change: 0 additions & 1 deletion deadspace/code/necromorph/necromorphs/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
NOTRANSSTING,
NOZOMBIE,
NO_UNDERWEAR,
NOSTOMACH ,
NO_DNA_COPY,
AGENDER,
HAS_FLESH,
Expand Down

0 comments on commit cd50383

Please sign in to comment.