* end of file Fix

* fix those lints too

* .

* implements the falling to turfs

* move to the right planet

* use turf proc for effect

* just some types

* .

* .

* .

* .

* .

* .

* .

* revert
This commit is contained in:
Kashargul
2025-03-11 20:27:06 -04:00
committed by GitHub
parent a1445ee3f0
commit 0bf3af4147
32 changed files with 144 additions and 106 deletions
+3 -3
View File
@@ -39,9 +39,9 @@
var/obj/item/nif/nif
var/datum/nifsoft/commlink/nifsoft
/obj/item/communicator/commlink/New(var/newloc,var/soft)
..()
nif = newloc
/obj/item/communicator/commlink/Initialize(mapload, var/soft)
. = ..()
nif = loc
nifsoft = soft
/obj/item/communicator/commlink/Destroy()