mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fox requests
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
var/pda = null
|
||||
var/internals_slot = null //ID of slot containing a gas tank
|
||||
var/list/backpack_contents = list() // In the list(path=count,otherpath=count) format
|
||||
var/list/implants = list()
|
||||
var/list/cybernetic_implants = list()
|
||||
var/list/implants = null
|
||||
var/list/cybernetic_implants = null
|
||||
|
||||
|
||||
/datum/outfit/proc/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
id = /obj/item/weapon/card/id/centcom
|
||||
pda = /obj/item/device/pda/centcom
|
||||
belt = /obj/item/weapon/gun/energy/pulse/pistol
|
||||
backpack_contents = list()
|
||||
implants = list(
|
||||
/obj/item/weapon/implant/mindshield,
|
||||
/obj/item/weapon/implant/dust
|
||||
|
||||
@@ -813,7 +813,6 @@
|
||||
/obj/item/weapon/storage/box/centcomofficer/New()
|
||||
..()
|
||||
contents = list()
|
||||
sleep(1)
|
||||
new /obj/item/clothing/mask/breath(src)
|
||||
new /obj/item/weapon/tank/emergency_oxygen/double/full(src)
|
||||
new /obj/item/device/flashlight/seclite(src)
|
||||
@@ -826,8 +825,6 @@
|
||||
new /obj/item/weapon/reagent_containers/hypospray/combat/nanites(src)
|
||||
new /obj/item/weapon/pinpointer/advpinpointer(src)
|
||||
|
||||
return
|
||||
|
||||
|
||||
#undef NODESIGN
|
||||
#undef NANOTRASEN
|
||||
|
||||
Reference in New Issue
Block a user