mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Emergency ladder sprites + placement (#2658)
Ladders added to emergency storage lockers (random chance), engineering storage (1), and EVA (1). We'll see if that's too much or not.
This commit is contained in:
@@ -197,6 +197,9 @@
|
||||
new /obj/item/weapon/extinguisher(src)
|
||||
new /obj/item/clothing/head/hardhat/red(src)
|
||||
|
||||
if (prob(25))
|
||||
new /obj/item/weapon/ladder_mobile(src)
|
||||
|
||||
/*
|
||||
* First Aid
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user