mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Ports the weather system from Nebula. (#18706)
* part 1 * compiles? * IT WORKS * vis contents * fixes * umbrelloid * umbrella 2 * dsasdd * stuff * lmao --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ I IS TYPIN'!'
|
||||
|
||||
/atom/movable/typing_indicator/Destroy()
|
||||
if(master)
|
||||
master.vis_contents -= src
|
||||
master.remove_vis_contents(src)
|
||||
if(ismob(master))
|
||||
var/mob/owner = master
|
||||
if(owner.typing_indicator == src)
|
||||
@@ -131,7 +131,7 @@ I IS TYPIN'!'
|
||||
set_invisibility(INVISIBILITY_MAXIMUM)
|
||||
if(ismovable(master))
|
||||
var/atom/movable/owner = master
|
||||
owner.vis_contents -= src
|
||||
owner.remove_vis_contents(src)
|
||||
shown = FALSE
|
||||
|
||||
/atom/movable/typing_indicator/proc/show_typing_indicator(var/thinking = FALSE)
|
||||
@@ -149,7 +149,7 @@ I IS TYPIN'!'
|
||||
|
||||
if(ismovable(master))
|
||||
var/atom/movable/owner = master
|
||||
owner.vis_contents += src
|
||||
owner.add_vis_contents(src)
|
||||
|
||||
if(!shown)
|
||||
// Animate it popping up from nowhere.
|
||||
|
||||
Reference in New Issue
Block a user