mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
God dammit, fix.
This commit is contained in:
@@ -405,9 +405,9 @@ ZIPPO
|
||||
else
|
||||
user << "<span class='warning'>You burn yourself while lighting the lighter.</span>"
|
||||
if (user.l_hand == src)
|
||||
apply_damage(2,BURN,"l_hand")
|
||||
user.apply_damage(2,BURN,"l_hand")
|
||||
else
|
||||
apply_damage(2,BURN,"r_hand")
|
||||
user.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