mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-21 20:26:48 +01:00
Fix issues with New and Destroy in NTNet
- New() on atoms needs to call parent. - Destroy() needs to return a qdel hint. - Only add yourself to processing in Initialize() to make sure globals are instantiated.
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
for(var/datum/computer_file/program/ntnet_dos/D in dos_sources)
|
||||
D.target = null
|
||||
D.error = "Connection to quantum relay severed"
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/ntnet_relay/attackby(var/obj/item/weapon/W as obj, var/mob/user as mob)
|
||||
if(W.is_screwdriver())
|
||||
|
||||
Reference in New Issue
Block a user