Merge pull request #9868 from Ghommie/Ghommie-cit376
Fixes superlube waterflower.
This commit is contained in:
@@ -515,6 +515,7 @@
|
|||||||
///Stronger kind of lube. Applies TURF_WET_SUPERLUBE.
|
///Stronger kind of lube. Applies TURF_WET_SUPERLUBE.
|
||||||
/datum/reagent/lube/superlube
|
/datum/reagent/lube/superlube
|
||||||
name = "Super Duper Lube"
|
name = "Super Duper Lube"
|
||||||
|
id = "superlube"
|
||||||
description = "This \[REDACTED\] has been outlawed after the incident on \[DATA EXPUNGED\]."
|
description = "This \[REDACTED\] has been outlawed after the incident on \[DATA EXPUNGED\]."
|
||||||
lube_kind = TURF_WET_SUPERLUBE
|
lube_kind = TURF_WET_SUPERLUBE
|
||||||
|
|
||||||
|
|||||||
@@ -230,7 +230,7 @@
|
|||||||
icon = 'icons/obj/chemical.dmi'
|
icon = 'icons/obj/chemical.dmi'
|
||||||
icon_state = "clownflower"
|
icon_state = "clownflower"
|
||||||
volume = 30
|
volume = 30
|
||||||
list_reagents = list(/datum/reagent/lube/superlube = 30)
|
list_reagents = list("superlube" = 30)
|
||||||
|
|
||||||
/obj/item/reagent_containers/spray/waterflower/cyborg
|
/obj/item/reagent_containers/spray/waterflower/cyborg
|
||||||
reagent_flags = NONE
|
reagent_flags = NONE
|
||||||
|
|||||||
Reference in New Issue
Block a user