mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fixes naming in the chem master being dumb (#73940)
God I hate this place
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
if(vol_each <= 0)
|
||||
return FALSE
|
||||
// Get item name
|
||||
var/name = params["name"]
|
||||
var/name = strip_html(params["name"], limit = 100)
|
||||
var/name_has_units = item_type == "pill" || item_type == "patch"
|
||||
if(!name)
|
||||
var/name_default
|
||||
|
||||
Reference in New Issue
Block a user