Game folder

This commit is contained in:
Poojawa
2018-09-11 04:06:45 -05:00
parent b6430559e9
commit 8b9ef1e400
270 changed files with 3120 additions and 2523 deletions
+3 -3
View File
@@ -118,7 +118,7 @@
playsound(src, 'sound/weapons/bladeslice.ogg', 100, 1)
if (blade_sharpness >= GUILLOTINE_DECAP_MIN_SHARP || head.brute_dam >= 100)
head.dismember()
add_logs(user, H, "beheaded", src)
log_combat(user, H, "beheaded", src)
H.regenerate_icons()
unbuckle_all_mobs()
kill_count += 1
@@ -144,7 +144,7 @@
delay_offset++
else
H.apply_damage(15 * blade_sharpness, BRUTE, head)
add_logs(user, H, "dropped the blade on", src, " non-fatally")
log_combat(user, H, "dropped the blade on", src, " non-fatally")
H.emote("scream")
if (blade_sharpness > 1)
@@ -246,7 +246,7 @@
if (do_after(user, GUILLOTINE_WRENCH_DELAY, target = src))
current_action = 0
default_unfasten_wrench(user, I, 0)
dir = SOUTH
setDir(SOUTH)
return TRUE
else
current_action = 0