mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-23 21:09:00 +01:00
TG Upstream Part 1
3591 individual conflicts Update build.js Update install_node.sh Update byond.js oh my fucking god hat slow huh holy shit we all fall down 2 more I missed 2900 individual conflicts 2700 Individual conflicts replaces yarn file with tg version, bumping us down to 2200-ish Down to 2000 individual conflicts 140 down mmm aaaaaaaaaaaaaaaaaaa not yt 575 soon 900 individual conflicts 600 individual conflicts, 121 file conflicts im not okay 160 across 19 files 29 in 4 files 0 conflicts, compiletime fix time some minor incap stuff missed ticks weird dupe definition stuff missed ticks 2 incap fixes undefs and pie fix Radio update and some extra minor stuff returns a single override no more dupe definitions, 175 compiletime errors Unticked file fix sound and emote stuff honk and more radio stuff
This commit is contained in:
@@ -107,10 +107,7 @@
|
||||
* @param override_speed_multiplier The speed multiplier to use if weapon is null. The do_after will take 2 * this value seconds to complete.
|
||||
* @param continued Whether or not this is a continued process, or the first one. If true, we don't play the "You swing at the boulder" message.
|
||||
*/
|
||||
<<<<<<< HEAD
|
||||
/* SKYRAT EDIT OVERRIDE! Check the module:mining boulder.dm!
|
||||
=======
|
||||
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
|
||||
/obj/item/boulder/proc/manual_process(obj/item/weapon, mob/living/user, override_speed_multiplier, continued = FALSE)
|
||||
var/process_speed = 0
|
||||
//Handle weapon conditions.
|
||||
@@ -153,11 +150,7 @@
|
||||
var/msg = (durability == 1 ? "is crumbling!" : "looks weaker!")
|
||||
to_chat(user, span_notice("\The [src] [msg]"))
|
||||
manual_process(weapon, user, override_speed_multiplier, continued = TRUE)
|
||||
<<<<<<< HEAD
|
||||
*/
|
||||
=======
|
||||
|
||||
>>>>>>> 4b4ae0958fe6b5d511ee6e24a5087599f61d70a3
|
||||
/**
|
||||
* This function is called while breaking boulders manually, and drops ore based on the boulder's mineral content.
|
||||
* Quantity of ore spawned here is 1 less than if the boulder was processed by a machine, but clamped at 10 maximum, 1 minimum.
|
||||
|
||||
Reference in New Issue
Block a user