mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes goat king arena portal (#21785)
* Update kinggoatarena.dmm * portals more interesting * oops * >wool * Update kinggoatarena.dmm * ok last one I'm just retarded * I'm retarded?
This commit is contained in:
@@ -128,10 +128,11 @@
|
|||||||
},
|
},
|
||||||
/area/ruin/powered/kinggoat_arena)
|
/area/ruin/powered/kinggoat_arena)
|
||||||
"E" = (
|
"E" = (
|
||||||
/obj/effect/portal/permanent/one_way/keep{
|
/obj/effect/portal/permanent/one_way/multi/entry{
|
||||||
id = "king goat arena";
|
id = "goatarena";
|
||||||
name = "king goat arena portal";
|
teleport_channel = "free";
|
||||||
teleport_channel = "free"
|
desc = "Echoes of a thousand bleats and the faint smell of farm seem to emanate from this portal. Do you dare enter?";
|
||||||
|
name = "Ingress";
|
||||||
},
|
},
|
||||||
/turf/open/indestructible/carpet,
|
/turf/open/indestructible/carpet,
|
||||||
/area/ruin/powered/kinggoat_arena)
|
/area/ruin/powered/kinggoat_arena)
|
||||||
@@ -196,16 +197,18 @@
|
|||||||
/area/ruin/powered/kinggoat_arena)
|
/area/ruin/powered/kinggoat_arena)
|
||||||
"T" = (
|
"T" = (
|
||||||
/obj/machinery/door/airlock/gold/glass{
|
/obj/machinery/door/airlock/gold/glass{
|
||||||
desc = "Once you go in the portal past this door there is no going back...";
|
desc = "A small engraving on the door reads: <i>Once you go in the portal past this door there is no going back...</i>";
|
||||||
name = "POINT OF NO RETURN"
|
name = "POINT OF NO RETURN"
|
||||||
},
|
},
|
||||||
/turf/open/indestructible/carpet,
|
/turf/open/indestructible/carpet,
|
||||||
/area/ruin/powered/kinggoat_arena)
|
/area/ruin/powered/kinggoat_arena)
|
||||||
"V" = (
|
"V" = (
|
||||||
/obj/effect/portal/permanent/one_way/destroy{
|
/obj/effect/portal/permanent/one_way/multi/exit{
|
||||||
id = "king goat arena";
|
id = "goatarena";
|
||||||
name = "king goat arena portal";
|
teleport_channel = "free";
|
||||||
teleport_channel = "free"
|
desc = "You can barely make out what's on the other side: Freedom, something you hope to see again.";
|
||||||
|
name = "Egress";
|
||||||
|
alpha = 0
|
||||||
},
|
},
|
||||||
/turf/open/indestructible/carpet{
|
/turf/open/indestructible/carpet{
|
||||||
initial_gas_mix = "o2=14;n2=23;TEMP=300"
|
initial_gas_mix = "o2=14;n2=23;TEMP=300"
|
||||||
|
|||||||
Reference in New Issue
Block a user