mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
awawawa
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
washed_towel.set_wet(TRUE)
|
||||
washed_towel.make_used(user, silent = TRUE)
|
||||
|
||||
begin_reclamation()
|
||||
user.visible_message(span_notice("[user] finishes washing [attacking_item] in [src]."), span_notice("You finish washing [washed_towel] in [src], leaving it quite wet."))
|
||||
playsound(loc, 'sound/effects/slosh.ogg', 25, TRUE)
|
||||
|
||||
|
||||
@@ -2,13 +2,3 @@
|
||||
/obj/item/dualsaber/green/bitrunning
|
||||
block_chance = 75
|
||||
|
||||
// gives them the de-nerfed dual saber
|
||||
/obj/item/bitrunning_disk/item/tier3/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
selectable_items -= list(
|
||||
/obj/item/dualsaber/green,
|
||||
)
|
||||
selectable_items += list(
|
||||
/obj/item/dualsaber/green/bitrunning,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user