mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Remove bad reference from atmos (#852)
* Remove bad reference from atmos (#53781) Change the name from Cyrion B to Zauker due to the easy connection the bad groups in the past Not getting a repo ban is good * Remove bad reference from atmos Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
///Amount of Oxygen gas released (close to the grenade)
|
||||
var/o2_gas_amount = 100
|
||||
|
||||
/obj/item/grenade/gas_crystal/cyrion_b_crystal
|
||||
name = "Cyrion B crystal"
|
||||
desc = "A crystal made from the Cyrion B Gas, you can see the liquid plasma inside."
|
||||
icon_state = "cyrion_b_crystal"
|
||||
/obj/item/grenade/gas_crystal/zauker_crystal
|
||||
name = "Zauker crystal"
|
||||
desc = "A crystal made from the Zauker Gas, you can see the liquid plasma inside."
|
||||
icon_state = "zauker_crystal"
|
||||
ex_dev = 1
|
||||
ex_heavy = 2
|
||||
ex_light = 4
|
||||
@@ -89,7 +89,7 @@
|
||||
floor_loc.air_update_turf()
|
||||
qdel(src)
|
||||
|
||||
/obj/item/grenade/gas_crystal/cyrion_b_crystal/prime(mob/living/lanced_by)
|
||||
/obj/item/grenade/gas_crystal/zauker_crystal/prime(mob/living/lanced_by)
|
||||
. = ..()
|
||||
update_mob()
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user