mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Set the repairing to 20
This commit is contained in:
@@ -790,7 +790,7 @@
|
||||
user.visible_message("<span class='notice'>[user] repairs the damaged gas tank.</span>", "<span class='notice'>You repair the damaged gas tank.</span>")
|
||||
else
|
||||
user.visible_message("<span class='notice'>[user] repairs some damage to [name].</span>", "<span class='notice'>You repair some damage to [name]</span>")
|
||||
health += min(10, initial(health)-health)
|
||||
health += min(20, initial(health)-health)
|
||||
repairers -= user
|
||||
else
|
||||
to_chat(user, "<span class='warning'>You are already repairing [name]!</span>")
|
||||
@@ -1501,4 +1501,4 @@
|
||||
visual_effect_icon = ATTACK_EFFECT_MECHFIRE
|
||||
else if(damtype == TOX)
|
||||
visual_effect_icon = ATTACK_EFFECT_MECHTOXIN
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user