mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Refactor caltrop component into element (#2651)
* Refactor caltrop component into element * Delete caltrop.dm * Update caltrop.dm Co-authored-by: coiax <jack@billbuddy.co.uk> Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
co-authored by
coiax
Azarak
parent
838dd81c58
commit
7361de863c
@@ -144,8 +144,7 @@
|
||||
|
||||
/obj/structure/flora/ash/cacti/Initialize(mapload)
|
||||
. = ..()
|
||||
// min dmg 3, max dmg 6, prob(70)
|
||||
AddComponent(/datum/component/caltrop, 3, 6, 70)
|
||||
AddElement(/datum/element/caltrop, min_damage = 3, max_damage = 6, probability = 70)
|
||||
|
||||
///Snow flora to exist on icebox.
|
||||
/obj/structure/flora/ash/chilly
|
||||
|
||||
Reference in New Issue
Block a user