couple fxies

This commit is contained in:
Linzolle
2019-12-01 15:39:55 -06:00
parent a20b975d68
commit efbc85cb40
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -86,4 +86,4 @@
if(eater.safety_mode || (eater.stat & (BROKEN|NOPOWER))) //I'm so sorry.
return
if(L.stat == DEAD && (L.butcher_results || L.guaranteed_butcher_results))
Butcher(src, L)
Butcher(parent, L)
+1
View File
@@ -174,6 +174,7 @@
*/
/obj/item/pen/edagger
attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") //these wont show up if the pen is off
sharpness = IS_SHARP
var/on = FALSE
/obj/item/pen/edagger/Initialize()