mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds mech cores, a component required by durands and gygaxs (#19136)
* added mech power core * added a sprite to mech core * properly adds a sprite * Update code/game/mecha/mecha_parts.dm Grammar changes Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * removed starting cores from lockers and added one to RDs office one to Robotics * Update code/game/mecha/mecha_parts.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/mecha/mecha_parts.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Removed mech core from RDs there is now only one. Fixed some grammar things * Update code/game/mecha/mecha_parts.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Grammar review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Forgot one Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Luc
AffectedArc07
Sirryan2002
S34N
parent
43114ebd85
commit
7d9ef94330
@@ -37,6 +37,7 @@
|
||||
new /obj/item/radio/headset/headset_sci(src)
|
||||
new /obj/item/radio/headset/headset_sci(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/RD
|
||||
name = "research director's locker"
|
||||
req_access = list(ACCESS_RD)
|
||||
@@ -60,6 +61,7 @@
|
||||
new /obj/item/clothing/accessory/medal/science(src)
|
||||
new /obj/item/clothing/glasses/welding/superior(src)
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/research_reagents
|
||||
name = "research chemical storage closet"
|
||||
desc = "Store dangerous chemicals in here."
|
||||
|
||||
Reference in New Issue
Block a user