mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Fastfix of name
This commit is contained in:
@@ -40,18 +40,18 @@
|
||||
/datum/spacevine_mutation/proc/on_cross(obj/effect/spacevine/holder, mob/crosser)
|
||||
return
|
||||
|
||||
/datum/spacevine_mutation/oxy_eater
|
||||
name = "oxygen consumption"
|
||||
hue = "#ffff00"
|
||||
|
||||
/datum/spacevine_mutation/transparency
|
||||
name = "oxygen consumption"
|
||||
name = "transparency"
|
||||
hue = ""
|
||||
|
||||
/datum/spacevine_mutation/transparency/on_grow(obj/effect/spacevine/holder)
|
||||
holder.SetOpacity(0)
|
||||
holder.alpha = 125
|
||||
|
||||
/datum/spacevine_mutation/oxy_eater
|
||||
name = "oxygen consumption"
|
||||
hue = "#ffff00"
|
||||
|
||||
/datum/spacevine_mutation/oxy_eater/process_mutation(obj/effect/spacevine/holder)
|
||||
var/turf/simulated/floor/T = holder.loc
|
||||
var/datum/gas_mixture/GM = T.air
|
||||
|
||||
Reference in New Issue
Block a user