mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes windows taking excessive damage from projectiles
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
return
|
||||
|
||||
..()
|
||||
take_damage(Proj.damage * 4)
|
||||
take_damage(Proj.damage)
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user