diff --git a/deadspace/code/datums/keybindingins/necromorph.dm b/deadspace/code/datums/keybindingins/necromorph.dm index 138814e588f..966796d8bd7 100644 --- a/deadspace/code/datums/keybindingins/necromorph.dm +++ b/deadspace/code/datums/keybindingins/necromorph.dm @@ -1,6 +1,5 @@ /datum/keybinding/necromorph category = CATEGORY_NECRO - weight = WEIGHT_MOB /datum/keybinding/necromorph/can_use(client/user) return isnecromorph(user.mob) diff --git a/deadspace/code/datums/keybindingins/signal.dm b/deadspace/code/datums/keybindingins/signal.dm index c4f6e5ea160..e24052cdfa7 100644 --- a/deadspace/code/datums/keybindingins/signal.dm +++ b/deadspace/code/datums/keybindingins/signal.dm @@ -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) diff --git a/deadspace/code/necromorph/necromorphs/species.dm b/deadspace/code/necromorph/necromorphs/species.dm index 97006835c1a..b5c34d0c45e 100644 --- a/deadspace/code/necromorph/necromorphs/species.dm +++ b/deadspace/code/necromorph/necromorphs/species.dm @@ -60,7 +60,6 @@ NOTRANSSTING, NOZOMBIE, NO_UNDERWEAR, - NOSTOMACH , NO_DNA_COPY, AGENDER, HAS_FLESH,