mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
pulse lasers no longer have shenaigins that cause the floor to breach (#21817)
This commit is contained in:
@@ -130,12 +130,6 @@
|
||||
else if(our_rpd.mode == RPD_DELETE_MODE)
|
||||
our_rpd.delete_all_pipes(user, src)
|
||||
|
||||
/turf/bullet_act(obj/item/projectile/Proj)
|
||||
if(istype(Proj, /obj/item/projectile/beam/pulse))
|
||||
src.ex_act(2)
|
||||
..()
|
||||
return FALSE
|
||||
|
||||
/turf/bullet_act(obj/item/projectile/Proj)
|
||||
if(istype(Proj, /obj/item/projectile/bullet/gyro))
|
||||
explosion(src, -1, 0, 2)
|
||||
|
||||
Reference in New Issue
Block a user