diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index 5a0d54c785..a9e6192796 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -46,7 +46,7 @@ throw_range = 5 matter = list(DEFAULT_WALL_MATERIAL = 75) attack_verb = list("stabbed") - sharp = 1t + sharp = 1 suicide_act(mob/user) viewers(user) << pick("\The [user] is stabbing the [src.name] into \his temple! It looks like \he's trying to commit suicide.", \ diff --git a/polaris.dme b/polaris.dme index cd9e774f04..8412712f64 100644 --- a/polaris.dme +++ b/polaris.dme @@ -1897,4 +1897,9 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" +#include "maps\polaris-1.dmm" +#include "maps\polaris-2.dmm" +#include "maps\polaris-3.dmm" +#include "maps\polaris-4.dmm" +#include "maps\polaris-5.dmm" // END_INCLUDE