[MIRROR] ports a bunch of grep checks from TG (#10361)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-12 03:09:38 -07:00
committed by GitHub
parent 21031b169b
commit 3cfc33bfde
196 changed files with 627 additions and 585 deletions

View File

@@ -126,16 +126,16 @@
var/obj/item/stack/cable_coil/CC = W
if(string_attached)
// to_chat(user, span_notice("There already is a string attached to this coin."))
balloon_alert(user, "There is a string already attached to \the [src]") // CHOMPEdit - Changed to balloon alert
balloon_alert(user, "there is a string already attached to \the [src]") // CHOMPEdit - Changed to balloon alert
return
if (CC.use(1))
add_overlay("coin_string_overlay")
string_attached = 1
// to_chat(user, span_notice("You attach a string to the coin."))
balloon_alert(user, "String attached to \the [src]") // CHOMPEdit - Changed to balloon alert
balloon_alert(user, "string attached to \the [src]") // CHOMPEdit - Changed to balloon alert
else
// to_chat(user, span_notice("This cable coil appears to be empty."))
balloon_alert(user, "The coil seems to be empty...") // CHOMPEdit - Changed to balloon alert
balloon_alert(user, "the coil seems to be empty...") // CHOMPEdit - Changed to balloon alert
return
else if(W.has_tool_quality(TOOL_WIRECUTTER))
if(!string_attached)
@@ -147,7 +147,7 @@
cut_overlays()
string_attached = null
// to_chat(user, span_notice("You detach the string from the coin."))
balloon_alert(user, "String detached") // CHOMPEdit - Changed to balloon alert
balloon_alert(user, "string detached") // CHOMPEdit - Changed to balloon alert
else ..()
/obj/item/coin/attack_self(mob/user as mob)

View File

@@ -1,2 +1,2 @@
/datum/reagent/ethanol/snaps
price_tag = 5
price_tag = 5

View File

@@ -1,2 +1,2 @@
/obj/item/storage/fancy/cigarettes/yw/mauser
price_tag = 18
price_tag = 18