mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Removes boxes from the uplink PART 1 (#23189)
* removes boxes part 1 * shorter desc for nano injector * yeahsure1 Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * yeahsure2 Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * yeahsure3 Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * ok no more kit --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -226,6 +226,11 @@
|
||||
/obj/item/mod/module/jetpack,
|
||||
)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/traitor/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/clothing/mask/gas/syndicate(bag)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi/syndi(bag)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/traitor_elite
|
||||
theme = /datum/mod_theme/elite
|
||||
applied_cell = /obj/item/stock_parts/cell/bluespace
|
||||
@@ -242,6 +247,11 @@
|
||||
/obj/item/mod/module/jetpack/advanced,
|
||||
)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/traitor_elite/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/clothing/mask/gas/syndicate(bag)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi/syndi(bag)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/nuclear
|
||||
theme = /datum/mod_theme/syndicate
|
||||
applied_cell = /obj/item/stock_parts/cell/hyper
|
||||
|
||||
Reference in New Issue
Block a user