mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
26 lines
712 B
Plaintext
26 lines
712 B
Plaintext
/proc/isassembly(O)
|
|
return istype(O, /obj/item/device/assembly)
|
|
|
|
/proc/isigniter(O)
|
|
return istype(O, /obj/item/device/assembly/igniter)
|
|
|
|
/proc/isinfared(O)
|
|
return istype(O, /obj/item/device/assembly/infra)
|
|
|
|
/proc/isprox(O)
|
|
return istype(O, /obj/item/device/assembly/prox_sensor)
|
|
|
|
/proc/issignaler(O)
|
|
return istype(O, /obj/item/device/assembly/signaler)
|
|
|
|
/proc/istimer(O)
|
|
return istype(O, /obj/item/device/assembly/timer)
|
|
|
|
// IsSpecialAssemblyIf true is an object that can be attached to an assembly holder but is a special thing like a phoron can or door
|
|
/obj/proc/IsSpecialAssembly()
|
|
return FALSE
|
|
|
|
// If true is an object that can hold an assemblyholder object
|
|
/obj/proc/IsAssemblyHolder()
|
|
return FALSE
|