mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[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:
committed by
GitHub
parent
21031b169b
commit
3cfc33bfde
@@ -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)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/datum/reagent/ethanol/snaps
|
||||
price_tag = 5
|
||||
price_tag = 5
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/obj/item/storage/fancy/cigarettes/yw/mauser
|
||||
price_tag = 18
|
||||
price_tag = 18
|
||||
|
||||
Reference in New Issue
Block a user