mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
2 new traitor items: sticky tar applicator and sticky tar grenade (#25529)
* Update MechaControlConsole.js * Changes breakout time to 30, refactors ds into s * Update bot_construction.dm * Revert "Update bot_construction.dm" This reverts commitddba7627dc. * Revert "Merge branch 'master' of https://github.com/Daylight2/Paradise" This reverts commit8f1bc8c6a3, reversing changes made toddba7627dc. * Code works! * Sprites, uplink, and more! * More cleanability, sprites, grenade * Formatting * New tar sprites! * forgot this * How did this even break * More price tweaks * Apply suggestions from code review * Part 2 * One last fix * Sirryans suggestion Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com> * Part 1 of code review part 2 * Part 2 of code review part 2 * This took many hours too long. @Daylight2 Part 3 of code review part 2 * Update code/datums/uplink_items/uplink_general.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com> * Update code/modules/reagents/reagent_containers/spray.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com> * Part 4 of code review part 2 * Forgot to take this out after testing * Load-bearing whitespace * Fixes runtime * Moved, clusterbuster, bugfix * Apply suggestion from code review Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com> * Sirryan's Review * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com> * final final commit for real this time v3 --------- Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -457,6 +457,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
if(HAS_TRAIT(SSstation, STATION_TRAIT_CYBERNETIC_REVOLUTION))
|
||||
cost *= 3
|
||||
|
||||
/datum/uplink_item/explosives/targrenade
|
||||
name = "Sticky Tar Grenade"
|
||||
desc = "A grenade filled with aerosols and sticky tar. \
|
||||
Will release a plume of smoke that applies tar to a wide area, severely slowing down movement. Makes for the ultimate getaway!"
|
||||
reference = "TARG"
|
||||
item = /obj/item/grenade/chem_grenade/tar
|
||||
cost = 7
|
||||
|
||||
////////////////////////////////////////
|
||||
// MARK: STEALTHY TOOLS
|
||||
////////////////////////////////////////
|
||||
@@ -639,6 +647,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/organ_extractor
|
||||
cost = 20
|
||||
|
||||
/datum/uplink_item/device_tools/tar_spray
|
||||
name = "Sticky Tar Applicator"
|
||||
desc = "A spray bottle containing an extremely viscous fluid that will leave behind tar whenever it is sprayed, greatly slowing down anyone who tries to walk over it. \
|
||||
Comes with 10 uses worth of fluid and cannot be refilled."
|
||||
reference = "TAR"
|
||||
item = /obj/item/reagent_containers/spray/sticky_tar
|
||||
cost = 10
|
||||
|
||||
/datum/uplink_item/device_tools/binary
|
||||
name = "Binary Translator Key"
|
||||
desc = "A key, that when inserted into a radio headset, allows you to listen to and talk with artificial intelligences and cybernetic organisms in binary. To talk on the binary channel, type :+ before your radio message."
|
||||
|
||||
Reference in New Issue
Block a user