mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
I love afterattacks (#22028)
This commit is contained in:
@@ -260,8 +260,11 @@
|
||||
if(world.time < lastused + spawndelay)
|
||||
return
|
||||
|
||||
|
||||
var/turf/T = get_turf(target)
|
||||
|
||||
if(!T)
|
||||
return
|
||||
|
||||
if(target != T)
|
||||
// We only check the rpd_act of the target if it isn't the turf, because otherwise
|
||||
// (A) blocked turfs can be acted on, and (B) unblocked turfs get acted on twice.
|
||||
|
||||
Reference in New Issue
Block a user