mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 04:56:29 +01:00
Merge pull request #4702 from Jarcolr/patch-2
Kicking a grille does 2 less damage; fix for #4557
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
if(HULK in user.mutations)
|
||||
health -= 5
|
||||
else
|
||||
health -= 3
|
||||
health -= 1
|
||||
healthcheck()
|
||||
|
||||
/obj/structure/grille/attack_alien(mob/user as mob)
|
||||
@@ -215,4 +215,4 @@
|
||||
if(exposed_temperature > T0C + 1500)
|
||||
health -= 1
|
||||
healthcheck()
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user