Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
колерго)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncoder0 committed Jul 5, 2023
1 parent c065ad0 commit c41a793
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions code/modules/multiz/turf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,7 @@

/turf/simulated/open/Entered(var/atom/movable/mover, var/atom/oldloc)
..()
if(istype(mover, /obj/item/projectile))
var/obj/item/projectile/bullet = mover
if(istype(bullet.original, /atom/movable/openspace/mimic))
var/atom/movable/openspace/mimic/projection = bullet.original
var/obj/item/projectile/bullet_clone = new bullet.type(GetBelow(src))
bullet_clone.firer = bullet.firer
qdel(bullet)
bullet_clone.launch(projection.associated_atom, bullet_clone.firer.zone_sel.selecting, 0, 0, 0)
else
mover.fall(oldloc)
mover.fall(oldloc)

// Called when thrown object lands on this turf.
/turf/simulated/open/hitby(var/atom/movable/AM)
Expand Down

0 comments on commit c41a793

Please sign in to comment.