Past-TENSIFY the Logs

Bad joke. GG tiger.
This commit is contained in:
Twinmold
2017-04-20 22:43:56 -05:00
parent 1eea460a17
commit f016c46806
3 changed files with 3 additions and 3 deletions
@@ -59,7 +59,7 @@
user.changeNext_move(CLICK_CD_MELEE)
C.apply_damage(25, BURN, "head") //25 fire damage and disfigurement because your face was just deep fried!
head.disfigure("burn")
add_logs(user, G.affecting, "deep-fried face")
add_logs(user, G.affecting, "deep-fried", addition="'s face")
qdel(G) //Removes the grip so the person MIGHT have a small chance to run the fuck away and to prevent rapid dunks.
return 1
return 0
@@ -55,7 +55,7 @@
C.emote("scream")
user.changeNext_move(CLICK_CD_MELEE)
C.adjustFireLoss(30)
add_logs(user, G.affecting, "burns on a grill")
add_logs(user, G.affecting, "burned", src)
qdel(G) //Removes the grip to prevent rapid sears and give you a chance to run
return 1
return 0
@@ -61,7 +61,7 @@
C.apply_damage(5, BURN, "head") //5 fire damage, 15 brute damage, and weakening because your head was just in a hot oven with the door bashing into your neck!
C.apply_damage(15, BRUTE, "head")
C.Weaken(2)
add_logs(user, G.affecting, "head smashed in oven")
add_logs(user, G.affecting, "smashed", addition="'s head on [src]")
qdel(G) //Removes the grip to prevent rapid bashes. With the weaken, you PROBABLY can't run unless they are slow to grab you again...
return 1
return 0