mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Allows nuke core containers to be broken open (#16570)
* Allows nuke core containers to be broken open * Apply suggestions from code review Co-authored-by: Farie82 <farie82@users.noreply.github.com> * Improves unload, removes duplicate, better logging, changes name on cracking open * Update code/game/objects/items/theft_items.dm Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com> * Some of sabres stuff Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> * Fixes engineers / atmos techs getting objective, boldnotice * Testing to figure out why this is conflicted Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: dearmochi <1496804+dearmochi@users.noreply.github.com> Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
co-authored by
Farie82
dearmochi
SabreML
parent
005a741de3
commit
f628ec3333
@@ -145,8 +145,8 @@
|
||||
/datum/theft_objective/supermatter_sliver
|
||||
name = "a supermatter sliver"
|
||||
typepath = /obj/item/nuke_core/supermatter_sliver
|
||||
protected_jobs = list("Chief Engineer", "Engineer", "Atmospheric Technician") //Unlike other steal objectives, all jobs in the department have easy access, and would not be noticed at all stealing this
|
||||
location_override = "Engineering. You can use the box and instructions provided to harvest the sliver"
|
||||
protected_jobs = list("Chief Engineer", "Station Engineer", "Life Support Specialist") //Unlike other steal objectives, all jobs in the department have easy access, and would not be noticed at all stealing this
|
||||
location_override = "Engineering. You can use the box and instructions provided to harvest the sliver."
|
||||
special_equipment = /obj/item/storage/box/syndie_kit/supermatter
|
||||
job_possession = FALSE //The CE / engineers / atmos techs do not carry around supermater slivers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user