mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 11:02:08 +00:00
Convert some overlays (#2525)
changes: Converted some overlays to SSoverlay.
This commit is contained in:
@@ -146,9 +146,8 @@
|
||||
|
||||
var/stacktype = stack.type
|
||||
var/t = getMaterialName(stacktype)
|
||||
overlays += "protolathe_[t]"
|
||||
spawn(10)
|
||||
overlays -= "protolathe_[t]"
|
||||
add_overlay("protolathe_[t]")
|
||||
CUT_OVERLAY_IN("protolathe_[t]", 10)
|
||||
|
||||
busy = 1
|
||||
use_power(max(1000, (SHEET_MATERIAL_AMOUNT * amount / 10)))
|
||||
|
||||
Reference in New Issue
Block a user