mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Now lighters only burn hand user is holding them. Bye bye, 80% of crew groin burns.
This commit is contained in:
@@ -404,7 +404,10 @@ ZIPPO
|
||||
user.visible_message("<span class='notice'>After a few attempts, [user] manages to light the [src].</span>")
|
||||
else
|
||||
user << "<span class='warning'>You burn yourself while lighting the lighter.</span>"
|
||||
user.adjustFireLoss(2)
|
||||
if (user.l_hand == src)
|
||||
apply_damage(2,BURN,"l_hand")
|
||||
else
|
||||
apply_damage(2,BURN,"r_hand")
|
||||
user.visible_message("<span class='notice'>After a few attempts, [user] manages to light the [src], they however burn their finger in the process.</span>")
|
||||
|
||||
user.SetLuminosity(user.luminosity + 2)
|
||||
|
||||
Reference in New Issue
Block a user