mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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
@@ -128,7 +128,7 @@
|
||||
if(default_part_replacement(user, O))
|
||||
return
|
||||
if(istype(O, /obj/item/reagent_containers/food))
|
||||
balloon_alert(user, "Scanning...")
|
||||
balloon_alert(user, "scanning...")
|
||||
if(!do_after(user, 10))
|
||||
return
|
||||
foodcheck(O)
|
||||
@@ -141,7 +141,7 @@
|
||||
user.drop_item()
|
||||
O.loc = src
|
||||
container = O
|
||||
balloon_alert(user, "Placed \the [O] in \the [src]")
|
||||
balloon_alert(user, "placed \the [O] in \the [src]")
|
||||
return
|
||||
|
||||
return ..()
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
if(istype(I, /obj/item/reagent_containers/glass/beaker/vial) && virus2.len && !sampled)
|
||||
var/obj/item/virusdish/sample
|
||||
user.balloon_alert_visible("Takes a virus sample", "Taking a virus sample")
|
||||
user.balloon_alert_visible("takes a virus sample", "taking a virus sample")
|
||||
for(var/datum/disease2/disease/D in virus2)
|
||||
sample = new /obj/item/virusdish(src.loc)
|
||||
sample.take_sample(D)
|
||||
|
||||
Reference in New Issue
Block a user