gibs rustled, limbs logged

This commit is contained in:
Aurorablade
2016-02-14 00:00:38 -05:00
parent 400ed30455
commit d532473e89
3 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -251,7 +251,7 @@
user.visible_message("<span class='notice'> [user] amputates [target]'s [affected.name] at the [affected.amputation_point] with \the [tool].</span>", \
"<span class='notice'> You amputate [target]'s [affected.name] with \the [tool].</span>")
add_logs(target,user ,"surgically removed [affected.name] from", addition="INTENT: [uppertext(user.a_intent)]")
add_logs(target,user ,"surgically removed [affected.name] from", addition="INTENT: [uppertext(user.a_intent)]")//log it
affected.droplimb(1,DROPLIMB_EDGE)
return 1
@@ -683,7 +683,7 @@ Note that amputating the affected organ does in fact remove the infection from t
victim.UpdateDamageIcon()
victim.regenerate_icons()
dir = 2
add_logs(target,user ,"removed [src.name] from ", addition="INTENT: [uppertext(user.a_intent)]")
switch(disintegrate)
if(DROPLIMB_EDGE)
compile_icon()