mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
* dmdoc + Initialize * no errors anymore * removed duplicate comment, expanded the other * changelog * gdf * fix emotes F4
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
var/amount = 1
|
||||
|
||||
/obj/effect/decal/cleanable/foam/Initialize(mapload, amt = 1, nologs = 0)
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
src.amount = amt
|
||||
|
||||
var/has_spread = 0
|
||||
|
||||
@@ -412,6 +412,8 @@ pixel_x = 8;
|
||||
add_overlay(screen_overlays["intercom_l"])
|
||||
|
||||
/obj/item/device/radio/intercom/broadcasting/Initialize()
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
|
||||
set_broadcasting(TRUE)
|
||||
|
||||
initialized = TRUE
|
||||
|
||||
Reference in New Issue
Block a user