why didn't it do this before fuck oh my god

shields can now block impaling
This commit is contained in:
Joan Lung
2016-06-11 08:05:41 -04:00
parent cc1b0f5ffa
commit 1c19a6a2fb
7 changed files with 20 additions and 16 deletions
+2 -1
View File
@@ -34,7 +34,7 @@
user.lastattacked = M
M.lastattacker = user
M.attacked_by(src, user)
. = M.attacked_by(src, user)
add_logs(user, M, "attacked", src.name, "(INTENT: [uppertext(user.a_intent)]) (DAMTYPE: [uppertext(damtype)])")
add_fingerprint(user)
@@ -69,6 +69,7 @@
add_splatter_floor(location)
if(get_dist(user, src) <= 1) //people with TK won't get smeared with blood
user.add_mob_blood(src)
return 1
// Proximity_flag is 1 if this afterattack was called on something adjacent, in your square, or on your person.