mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Reworks janitor cyborg cleaning, focus on the slipping [MDB IGNORE] (#10961)
* Reworks janitor cyborg cleaning, focus on the slipping * Feex Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
LemonInTheDark
GoldenAlpharex
parent
105ddac2b0
commit
c8ec74bee2
@@ -39,7 +39,7 @@
|
||||
//SKYRAT EDIT END
|
||||
|
||||
/obj/item/mop/proc/clean(turf/A, mob/living/cleaner)
|
||||
if(reagents.has_reagent(/datum/reagent/water, 1) || reagents.has_reagent(/datum/reagent/water/holywater, 1) || reagents.has_reagent(/datum/reagent/consumable/ethanol/vodka, 1) || reagents.has_reagent(/datum/reagent/space_cleaner, 1))
|
||||
if(reagents.has_chemical_flag(REAGENT_CLEANS, 1))
|
||||
// If there's a cleaner with a mind, let's gain some experience!
|
||||
if(cleaner?.mind)
|
||||
var/total_experience_gain = 0
|
||||
|
||||
Reference in New Issue
Block a user