mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
@@ -127,6 +127,10 @@
|
||||
return
|
||||
|
||||
/obj/machinery/door/bullet_act(var/obj/item/projectile/Proj)
|
||||
//Tasers and the like should not damage doors.
|
||||
if(Proj.damage_type == HALLOSS)
|
||||
return
|
||||
|
||||
if(Proj.damage)
|
||||
take_damage(round(Proj.damage * 4))
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user