diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 227e22d499..2b09954f08 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -204,7 +204,7 @@ w_class = WEIGHT_CLASS_NORMAL name = "energy dagger" hitsound = 'sound/weapons/blade1.ogg' - embedding = embedding.setRating(embed_chance = 100) //rule of cool + embedding = list("embed_chance" = 100, "embedded_fall_chance" = 0)//rule of cool throwforce = 35 playsound(user, 'sound/weapons/saberon.ogg', 5, 1) to_chat(user, "[src] is now active.")