mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Fixes few minor runtimes. (#48234)
* Fixes emagging stuff without user * Fixes missing initalizes * Fixes deconstructing for materials * Fixes tracker bullets runtime.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
/obj/projectile/bullet/c38/trac/on_hit(atom/target, blocked = FALSE)
|
||||
. = ..()
|
||||
var/mob/living/carbon/M = target
|
||||
if(!istype(M))
|
||||
return
|
||||
var/obj/item/implant/tracking/c38/imp
|
||||
for(var/obj/item/implant/tracking/c38/TI in M.implants) //checks if the target already contains a tracking implant
|
||||
imp = TI
|
||||
|
||||
Reference in New Issue
Block a user