mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
New Map Mining (#1935)
* Alpha Commit * Alpha Commit * Seconds * Some Commit * Final Commit * Fixing minedrone synth ID * Dance Fever * Fixing Travis part 1 * Satisfying the demands * Stuff * Sub-final commit * Sculpting update * more sculpting. pr is 99% sculpting, in fact * kkk * brightness_off * swjaugyuwvhuw
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
info = parsepencode(text)
|
||||
else
|
||||
info = ""
|
||||
|
||||
|
||||
update_icon()
|
||||
update_space(info)
|
||||
updateinfolinks()
|
||||
@@ -134,7 +134,7 @@
|
||||
if (icon_state == "paper_plane")
|
||||
user.show_message(span("alert", "The paper is already folded into a plane."))
|
||||
return
|
||||
user.visible_message(span("notice", "\The [user] carefully folds \the [src] into a plane."),
|
||||
user.visible_message(span("notice", "\The [user] carefully folds \the [src] into a plane."),
|
||||
span("notice", "You carefully fold \the [src] into a plane."), "You hear paper rustling.")
|
||||
icon_state = "paper_plane"
|
||||
throw_range = 8
|
||||
@@ -547,4 +547,4 @@ Please note: Cell timers will \[b\]NOT\[/b\] function without a valid incident f
|
||||
..()
|
||||
|
||||
/obj/item/weapon/paper/sentencing/update_icon()
|
||||
return
|
||||
return
|
||||
Reference in New Issue
Block a user