mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Turfsuff (#17310)
* 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user