mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Adds tackling (VIDEO INSIDE) (#49476)
* huthtuthuthuthtuhtuthuthuthuthtuthuthuthtuthut * documents and expands, adds new glove types * Adds slamming into tables and neatens up throwingdatum handling (+stuff) * bit less squishy * adds sprites, offbrands, swaps most combat insuls for tacklers * adds dolphin and rocket gloves to BEPIS * changes dna to traits, buffs tackling * same as last commit but moreso * updates docs, nerfs stuns * vending machines, better docs * window tackles for good measure * gets window splats working * polish off * LAST DAY OF SCHOOL
This commit is contained in:
@@ -1145,9 +1145,6 @@
|
||||
hidden = TRUE
|
||||
experimental = TRUE
|
||||
|
||||
|
||||
|
||||
// Can be researched after getting the basic sticky technology from the BEPIS major reward
|
||||
/datum/techweb_node/sticky_advanced
|
||||
id = "sticky_advanced"
|
||||
display_name = "Advanced Sticky Technology"
|
||||
@@ -1159,6 +1156,18 @@
|
||||
hidden = TRUE
|
||||
experimental = TRUE
|
||||
|
||||
/datum/techweb_node/tackle_advanced
|
||||
id = "tackle_advanced"
|
||||
display_name = "Advanced Grapple Technology"
|
||||
description = "Nanotrasen would like to remind its researching staff that it is never acceptable to \"glomp\" your coworkers, and further \"scientific trials\" on the subject \
|
||||
will no longer be accepted in its academic journals."
|
||||
design_ids = list("tackle_dolphin", "tackle_rocket")
|
||||
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
export_price = 2500
|
||||
hidden = TRUE
|
||||
experimental = TRUE
|
||||
|
||||
//Helpers for debugging/balancing the techweb in its entirety!
|
||||
/proc/total_techweb_exports()
|
||||
var/list/datum/techweb_node/processing = list()
|
||||
|
||||
Reference in New Issue
Block a user