mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Unathi Trawler (#18828)
Adds a new civilian unathi ship, intended to fly into shoals to harvest carp. 
This commit is contained in:
@@ -835,3 +835,9 @@
|
||||
to_chat(usr, SPAN_NOTICE("You begin carving the message inside the trap..."))
|
||||
if(do_after(usr, 10 SECONDS))
|
||||
src.message = strip_html_readd_newlines(added_message)
|
||||
|
||||
/obj/item/trap/punji/deployed
|
||||
deployed = TRUE
|
||||
anchored = TRUE
|
||||
icon_state = "punji1"
|
||||
|
||||
|
||||
@@ -573,6 +573,19 @@
|
||||
/obj/structure/sign/flag/ouerea/old/large/west/Initialize(mapload)
|
||||
. = ..(mapload, WEST)
|
||||
|
||||
/obj/item/flag/fishingleague
|
||||
name = "\improper Fishing League flag"
|
||||
desc = "The standard of the Fishing League guild."
|
||||
flag_path = "fishingleague"
|
||||
flag_structure = /obj/structure/sign/flag/fishingleague
|
||||
|
||||
/obj/structure/sign/flag/fishingleague
|
||||
name = "\improper Fishing League flag"
|
||||
desc = "The standard of the Fishing League guild."
|
||||
icon_state = "fishingleague"
|
||||
flag_path = "fishingleague"
|
||||
flag_item = /obj/item/flag/fishingleague
|
||||
|
||||
// Nralakk
|
||||
|
||||
/obj/item/flag/nralakk
|
||||
|
||||
Reference in New Issue
Block a user